#B969C6

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

Shades of Medium Orchid #B969C6

Tints of Medium Orchid #B969C6

Color information

#B969C6 (or 0xB969C6) is unknown color: approx Medium Orchid. HEX triplet: B9, 69 and C6. RGB value is (185,105,198). Sum of RGB (Red+Green+Blue) = 185+105+198=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #B969C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969C6 is #469639. Grayscale: #8B8B8B. Windows color (decimal): -4625978 or 13003193. OLE color: 13003193.

HSL color Cylindrical-coordinate representation of color #B969C6: hue angle of 291.61º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B969C6 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB185105198-
CMYK0.070.4700.22
HSL291.61º44.93%59.41%-
HSV(B)291.61º46.97%77.65%-
XYZ35.2524.4956.3-
YUV139.52161160.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.91%
GREEN value IS 105 (41.41% from 255) = 21.52%
BLUE value IS 198 (77.73% from 255) = 40.57%
R=37.91%
G=21.52%
B=40.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851051980.070.4700.22291.6144.9359.41
HexB969C672F0161242d3b
Octal2711513067570264445573
Binary10111001110100111000110111101111010110100100100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969C6; }

 p { color: rgb(185,105,198); }

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

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

 a { background-color: rgb(185,105,198); }

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

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

 span { border-color: rgb(185,105,198); }

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