#B541CB

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

Shades of Medium Orchid #B541CB

Tints of Medium Orchid #B541CB

Color information

#B541CB (or 0xB541CB) is unknown color: approx Medium Orchid. HEX triplet: B5, 41 and CB. RGB value is (181,65,203). Sum of RGB (Red+Green+Blue) = 181+65+203=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #B541CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B541CB is #4ABE34. Grayscale: #727272. Windows color (decimal): -4898357 or 13320629. OLE color: 13320629.

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

Color convert

RGB18165203-
CMYK0.110.6800.20
HSL290.43º57.02%52.55%-
HSV(B)290.43º67.98%79.61%-
XYZ31.7317.9258.29-
YUV115.42177.43174.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 65 (25.78% from 255) = 14.48%
BLUE value IS 203 (79.69% from 255) = 45.21%
R=40.31%
G=14.48%
B=45.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181652030.110.6800.20290.4357.0252.55
HexB541CBB440141223935
Octal265101313131040244427165
Binary1011010110000011100101110111000100010100100100010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B541CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B541CB; }

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

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

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

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

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

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

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

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