#B969CF

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

Shades of Medium Orchid #B969CF

Tints of Medium Orchid #B969CF

Color information

#B969CF (or 0xB969CF) is unknown color: approx Medium Orchid. HEX triplet: B9, 69 and CF. RGB value is (185,105,207). Sum of RGB (Red+Green+Blue) = 185+105+207=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #B969CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969CF is #469630. Grayscale: #8C8C8C. Windows color (decimal): -4625969 or 13593017. OLE color: 13593017.

HSL color Cylindrical-coordinate representation of color #B969CF: hue angle of 287.06º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B969CF is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185105207-
CMYK0.110.4900.19
HSL287.06º51.52%61.18%-
HSV(B)287.06º49.28%81.18%-
XYZ36.3224.9261.93-
YUV140.55165.5159.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.22%
GREEN value IS 105 (41.41% from 255) = 21.13%
BLUE value IS 207 (81.25% from 255) = 41.65%
R=37.22%
G=21.13%
B=41.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851052070.110.4900.19287.0651.5261.18
HexB969CFB3101311f343d
Octal27115131713610234376475
Binary101110011101001110011111011110001010011100011111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969CF; }

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

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

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

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

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

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

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

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