#B971D0

Color #B971D0 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B971D0

Tints of Medium Orchid #B971D0

Color information

#B971D0 (or 0xB971D0) is unknown color: approx Medium Orchid. HEX triplet: B9, 71 and D0. RGB value is (185,113,208). Sum of RGB (Red+Green+Blue) = 185+113+208=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #B971D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971D0 is #468E2F. Grayscale: #919191. Windows color (decimal): -4623920 or 13660601. OLE color: 13660601.

HSL color Cylindrical-coordinate representation of color #B971D0: hue angle of 285.47º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B971D0 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB185113208-
CMYK0.110.4600.18
HSL285.47º50.26%62.94%-
HSV(B)285.47º45.67%81.57%-
XYZ37.326.6862.86-
YUV145.36163.35156.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 36.56%
GREEN value IS 113 (44.53% from 255) = 22.33%
BLUE value IS 208 (81.64% from 255) = 41.11%
R=36.56%
G=22.33%
B=41.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851132080.110.4600.18285.4750.2662.94
HexB971D0B2E01211d323f
Octal27116132013560224356277
Binary101110011110001110100001011101110010010100011101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B971D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B971D0; }

 p { color: rgb(185,113,208); }

 H1.HeaderClassName
 {
   color: #B971D0;
 }
 .AnyTagClassName
 {
   color: #B971D0;
 }
</style>
background-color css

<style>
 a { background-color: #B971D0; }

 a { background-color: rgb(185,113,208); }

 div.DivClassName
 {
   background-color: #B971D0;
 }
 .BgClassName
 {
   background-color: #B971D0;
 }
</style>
border-color css

<style>
 span { border-color: #B971D0; }

 span { border-color: rgb(185,113,208); }

 td.TdClassName
 {
   border-color: #B971D0;
 }
 .TagClassName
 {
   border-color: #B971D0;
 }
</style>