#B955D1

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

Shades of Medium Orchid #B955D1

Tints of Medium Orchid #B955D1

Color information

#B955D1 (or 0xB955D1) is unknown color: approx Medium Orchid. HEX triplet: B9, 55 and D1. RGB value is (185,85,209). Sum of RGB (Red+Green+Blue) = 185+85+209=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 209 - color contains mainly: blue. Hex color #B955D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955D1 is #46AA2E. Grayscale: #808080. Windows color (decimal): -4631087 or 13718969. OLE color: 13718969.

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

Color convert

RGB18585209-
CMYK0.110.5900.18
HSL288.39º57.41%57.65%-
HSV(B)288.39º59.33%81.96%-
XYZ34.7621.4162.62-
YUV129.04173.13167.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.62%
GREEN value IS 85 (33.59% from 255) = 17.75%
BLUE value IS 209 (82.03% from 255) = 43.63%
R=38.62%
G=17.75%
B=43.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal185852090.110.5900.18288.3957.4157.65
HexB955D1B3B012120393a
Octal27112532113730224407172
Binary101110011010101110100011011111011010010100100000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B955D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B955D1; }

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

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

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

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

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

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

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

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