#B541D2

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

Shades of Medium Orchid #B541D2

Tints of Medium Orchid #B541D2

Color information

#B541D2 (or 0xB541D2) is unknown color: approx Medium Orchid. HEX triplet: B5, 41 and D2. RGB value is (181,65,210). Sum of RGB (Red+Green+Blue) = 181+65+210=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 210 - color contains mainly: blue. Hex color #B541D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B541D2 is #4ABE2D. Grayscale: #737373. Windows color (decimal): -4898350 or 13779381. OLE color: 13779381.

HSL color Cylindrical-coordinate representation of color #B541D2: hue angle of 288º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B541D2 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18165210-
CMYK0.140.6900.18
HSL288º61.7%53.92%-
HSV(B)288º69.05%82.35%-
XYZ32.5818.2662.78-
YUV116.21180.93174.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.69%
GREEN value IS 65 (25.78% from 255) = 14.25%
BLUE value IS 210 (82.42% from 255) = 46.05%
R=39.69%
G=14.25%
B=46.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal181652100.140.6900.1828861.753.92
HexB541D2E450121203e36
Octal265101322161050224407666
Binary1011010110000011101001011101000101010010100100000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B541D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B541D2; }

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

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

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

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

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

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

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

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