#B954D1

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

Shades of Medium Orchid #B954D1

Tints of Medium Orchid #B954D1

Color information

#B954D1 (or 0xB954D1) is unknown color: approx Medium Orchid. HEX triplet: B9, 54 and D1. RGB value is (185,84,209). Sum of RGB (Red+Green+Blue) = 185+84+209=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #B954D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B954D1 is #46AB2E. Grayscale: #808080. Windows color (decimal): -4631343 or 13718713. OLE color: 13718713.

HSL color Cylindrical-coordinate representation of color #B954D1: hue angle of 288.48º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B954D1 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18584209-
CMYK0.110.6000.18
HSL288.48º57.6%57.45%-
HSV(B)288.48º59.81%81.96%-
XYZ34.6921.2662.6-
YUV128.45173.46168.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 84 (33.20% from 255) = 17.57%
BLUE value IS 209 (82.03% from 255) = 43.72%
R=38.70%
G=17.57%
B=43.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal185842090.110.6000.18288.4857.657.45
HexB954D1B3C0121203a39
Octal27112432113740224407271
Binary101110011010100110100011011111100010010100100000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B954D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B954D1; }

 p { color: rgb(185,84,209); }

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

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

 a { background-color: rgb(185,84,209); }

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

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

 span { border-color: rgb(185,84,209); }

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