#B565CB

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

Shades of Medium Orchid #B565CB

Tints of Medium Orchid #B565CB

Color information

#B565CB (or 0xB565CB) is unknown color: approx Medium Orchid. HEX triplet: B5, 65 and CB. RGB value is (181,101,203). Sum of RGB (Red+Green+Blue) = 181+101+203=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #B565CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B565CB is #4A9A34. Grayscale: #888888. Windows color (decimal): -4889141 or 13329845. OLE color: 13329845.

HSL color Cylindrical-coordinate representation of color #B565CB: hue angle of 287.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B565CB is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181101203-
CMYK0.110.5000.20
HSL287.06º49.51%59.61%-
HSV(B)287.06º50.25%79.61%-
XYZ34.4923.4459.21-
YUV136.55165.5159.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 101 (39.84% from 255) = 20.82%
BLUE value IS 203 (79.69% from 255) = 41.86%
R=37.32%
G=20.82%
B=41.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811012030.110.5000.20287.0649.5159.61
HexB565CBB3201411f323c
Octal26514531313620244376274
Binary101101011100101110010111011110010010100100011111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B565CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B565CB; }

 p { color: rgb(181,101,203); }

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

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

 a { background-color: rgb(181,101,203); }

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

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

 span { border-color: rgb(181,101,203); }

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