#B955D4

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

Shades of Medium Orchid #B955D4

Tints of Medium Orchid #B955D4

Color information

#B955D4 (or 0xB955D4) is unknown color: approx Medium Orchid. HEX triplet: B9, 55 and D4. RGB value is (185,85,212). Sum of RGB (Red+Green+Blue) = 185+85+212=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 212 (83.20% from 255 or 43.98% from 482); Max value from RGB is 212 - color contains mainly: blue. Hex color #B955D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955D4 is #46AA2B. Grayscale: #808080. Windows color (decimal): -4631084 or 13915577. OLE color: 13915577.

HSL color Cylindrical-coordinate representation of color #B955D4: hue angle of 287.24º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B955D4 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18585212-
CMYK0.130.6000.17
HSL287.24º59.62%58.24%-
HSV(B)287.24º59.91%83.14%-
XYZ35.1421.5664.6-
YUV129.38174.63167.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 85 (33.59% from 255) = 17.63%
BLUE value IS 212 (83.20% from 255) = 43.98%
R=38.38%
G=17.63%
B=43.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal185852120.130.6000.17287.2459.6258.24
HexB955D4D3C01111f3c3a
Octal27112532415740214377472
Binary101110011010101110101001101111100010001100011111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B955D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B955D4; }

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

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

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

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

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

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

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

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