#B969D4

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

Shades of Medium Orchid #B969D4

Tints of Medium Orchid #B969D4

Color information

#B969D4 (or 0xB969D4) is unknown color: approx Medium Orchid. HEX triplet: B9, 69 and D4. RGB value is (185,105,212). Sum of RGB (Red+Green+Blue) = 185+105+212=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 212 - color contains mainly: blue. Hex color #B969D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969D4 is #46962B. Grayscale: #8C8C8C. Windows color (decimal): -4625964 or 13920697. OLE color: 13920697.

HSL color Cylindrical-coordinate representation of color #B969D4: hue angle of 284.86º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B969D4 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB185105212-
CMYK0.130.5000.17
HSL284.86º55.44%62.16%-
HSV(B)284.86º50.47%83.14%-
XYZ36.9425.1765.2-
YUV141.12168159.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.85%
GREEN value IS 105 (41.41% from 255) = 20.92%
BLUE value IS 212 (83.20% from 255) = 42.23%
R=36.85%
G=20.92%
B=42.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1851052120.130.5000.17284.8655.4462.16
HexB969D4D3201111d373e
Octal27115132415620214356776
Binary101110011101001110101001101110010010001100011101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969D4; }

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

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

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

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

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

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

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

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