#B841D2

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

Shades of Medium Orchid #B841D2

Tints of Medium Orchid #B841D2

Color information

#B841D2 (or 0xB841D2) is unknown color: approx Medium Orchid. HEX triplet: B8, 41 and D2. RGB value is (184,65,210). Sum of RGB (Red+Green+Blue) = 184+65+210=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 210 - color contains mainly: blue. Hex color #B841D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B841D2 is #47BE2D. Grayscale: #747474. Windows color (decimal): -4701742 or 13779384. OLE color: 13779384.

HSL color Cylindrical-coordinate representation of color #B841D2: hue angle of 289.24º 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 #B841D2 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18465210-
CMYK0.120.6900.18
HSL289.24º61.7%53.92%-
HSV(B)289.24º69.05%82.35%-
XYZ33.2918.6262.81-
YUV117.11180.42175.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.09%
GREEN value IS 65 (25.78% from 255) = 14.16%
BLUE value IS 210 (82.42% from 255) = 45.75%
R=40.09%
G=14.16%
B=45.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal184652100.120.6900.18289.2461.753.92
HexB841D2C450121213e36
Octal270101322141050224417666
Binary1011100010000011101001011001000101010010100100001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B841D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B841D2; }

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

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

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

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

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

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

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

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