#B545CB

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

Shades of Medium Orchid #B545CB

Tints of Medium Orchid #B545CB

Color information

#B545CB (or 0xB545CB) is unknown color: approx Medium Orchid. HEX triplet: B5, 45 and CB. RGB value is (181,69,203). Sum of RGB (Red+Green+Blue) = 181+69+203=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #B545CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B545CB is #4ABA34. Grayscale: #757575. Windows color (decimal): -4897333 or 13321653. OLE color: 13321653.

HSL color Cylindrical-coordinate representation of color #B545CB: hue angle of 290.15º 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 #B545CB is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18169203-
CMYK0.110.6600.20
HSL290.15º56.3%53.33%-
HSV(B)290.15º66.01%79.61%-
XYZ31.9618.3958.37-
YUV117.76176.11173.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 69 (27.34% from 255) = 15.23%
BLUE value IS 203 (79.69% from 255) = 44.81%
R=39.96%
G=15.23%
B=44.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181692030.110.6600.20290.1556.353.33
HexB545CBB420141223835
Octal265105313131020244427065
Binary1011010110001011100101110111000010010100100100010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B545CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B545CB; }

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

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

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

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

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

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

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

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