#B969C5

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

Shades of Medium Orchid #B969C5

Tints of Medium Orchid #B969C5

Color information

#B969C5 (or 0xB969C5) is unknown color: approx Medium Orchid. HEX triplet: B9, 69 and C5. RGB value is (185,105,197). Sum of RGB (Red+Green+Blue) = 185+105+197=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 197 - color contains mainly: blue. Hex color #B969C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969C5 is #46963A. Grayscale: #8B8B8B. Windows color (decimal): -4625979 or 12937657. OLE color: 12937657.

HSL color Cylindrical-coordinate representation of color #B969C5: hue angle of 292.17º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B969C5 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB185105197-
CMYK0.060.4700.23
HSL292.17º44.23%59.22%-
HSV(B)292.17º46.7%77.25%-
XYZ35.1424.4555.69-
YUV139.41160.5160.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.99%
GREEN value IS 105 (41.41% from 255) = 21.56%
BLUE value IS 197 (77.34% from 255) = 40.45%
R=37.99%
G=21.56%
B=40.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851051970.060.4700.23292.1744.2359.22
HexB969C562F0171242c3b
Octal2711513056570274445473
Binary10111001110100111000101110101111010111100100100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969C5; }

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

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

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

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

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

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

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

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