#B971C9

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

Shades of Medium Orchid #B971C9

Tints of Medium Orchid #B971C9

Color information

#B971C9 (or 0xB971C9) is unknown color: approx Medium Orchid. HEX triplet: B9, 71 and C9. RGB value is (185,113,201). Sum of RGB (Red+Green+Blue) = 185+113+201=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 201 - color contains mainly: blue. Hex color #B971C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971C9 is #468E36. Grayscale: #909090. Windows color (decimal): -4623927 or 13201849. OLE color: 13201849.

HSL color Cylindrical-coordinate representation of color #B971C9: hue angle of 289.09º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B971C9 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185113201-
CMYK0.080.4400.21
HSL289.09º44.9%61.57%-
HSV(B)289.09º43.78%78.82%-
XYZ36.4626.3458.42-
YUV144.56159.85156.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.07%
GREEN value IS 113 (44.53% from 255) = 22.65%
BLUE value IS 201 (78.91% from 255) = 40.28%
R=37.07%
G=22.65%
B=40.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851132010.080.4400.21289.0944.961.57
HexB971C982C0151212d3e
Octal27116131110540254415576
Binary101110011110001110010011000101100010101100100001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B971C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B971C9; }

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

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

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

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

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

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

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

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