#B955D6

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

Shades of Medium Orchid #B955D6

Tints of Medium Orchid #B955D6

Color information

#B955D6 (or 0xB955D6) is unknown color: approx Medium Orchid. HEX triplet: B9, 55 and D6. RGB value is (185,85,214). Sum of RGB (Red+Green+Blue) = 185+85+214=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #B955D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955D6 is #46AA29. Grayscale: #818181. Windows color (decimal): -4631082 or 14046649. OLE color: 14046649.

HSL color Cylindrical-coordinate representation of color #B955D6: hue angle of 286.51º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B955D6 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18585214-
CMYK0.140.6000.16
HSL286.51º61.14%58.63%-
HSV(B)286.51º60.28%83.92%-
XYZ35.3921.6765.93-
YUV129.61175.63167.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.22%
GREEN value IS 85 (33.59% from 255) = 17.56%
BLUE value IS 214 (83.98% from 255) = 44.21%
R=38.22%
G=17.56%
B=44.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal185852140.140.6000.16286.5161.1458.63
HexB955D6E3C01011f3d3b
Octal27112532616740204377573
Binary101110011010101110101101110111100010000100011111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B955D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B955D6; }

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

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

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

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

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

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

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

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