#B645CB

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

Shades of Medium Orchid #B645CB

Tints of Medium Orchid #B645CB

Color information

#B645CB (or 0xB645CB) is unknown color: approx Medium Orchid. HEX triplet: B6, 45 and CB. RGB value is (182,69,203). Sum of RGB (Red+Green+Blue) = 182+69+203=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #B645CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B645CB is #49BA34. Grayscale: #757575. Windows color (decimal): -4831797 or 13321654. OLE color: 13321654.

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

Color convert

RGB18269203-
CMYK0.100.6600.20
HSL290.6º56.3%53.33%-
HSV(B)290.6º66.01%79.61%-
XYZ32.218.5158.38-
YUV118.06175.94173.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.09%
GREEN value IS 69 (27.34% from 255) = 15.20%
BLUE value IS 203 (79.69% from 255) = 44.71%
R=40.09%
G=15.20%
B=44.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182692030.100.6600.20290.656.353.33
HexB645CBA420141233835
Octal266105313121020244437065
Binary1011011010001011100101110101000010010100100100011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B645CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B645CB; }

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

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

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

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

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

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

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

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