#B656CB

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

Shades of Medium Orchid #B656CB

Tints of Medium Orchid #B656CB

Color information

#B656CB (or 0xB656CB) is unknown color: approx Medium Orchid. HEX triplet: B6, 56 and CB. RGB value is (182,86,203). Sum of RGB (Red+Green+Blue) = 182+86+203=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #B656CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B656CB is #49A934. Grayscale: #7F7F7F. Windows color (decimal): -4827445 or 13326006. OLE color: 13326006.

HSL color Cylindrical-coordinate representation of color #B656CB: hue angle of 289.23º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B656CB is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18286203-
CMYK0.100.5800.20
HSL289.23º52.94%56.67%-
HSV(B)289.23º57.64%79.61%-
XYZ33.420.9158.78-
YUV128.04170.3166.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 86 (33.98% from 255) = 18.26%
BLUE value IS 203 (79.69% from 255) = 43.10%
R=38.64%
G=18.26%
B=43.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182862030.100.5800.20289.2352.9456.67
HexB656CBA3A0141213539
Octal26612631312720244416571
Binary101101101010110110010111010111010010100100100001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B656CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B656CB; }

 p { color: rgb(182,86,203); }

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

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

 a { background-color: rgb(182,86,203); }

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

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

 span { border-color: rgb(182,86,203); }

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