#B954D8

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

Shades of Medium Orchid #B954D8

Tints of Medium Orchid #B954D8

Color information

#B954D8 (or 0xB954D8) is unknown color: approx Medium Orchid. HEX triplet: B9, 54 and D8. RGB value is (185,84,216). Sum of RGB (Red+Green+Blue) = 185+84+216=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #B954D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B954D8 is #46AB27. Grayscale: #808080. Windows color (decimal): -4631336 or 14177465. OLE color: 14177465.

HSL color Cylindrical-coordinate representation of color #B954D8: hue angle of 285.91º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B954D8 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18584216-
CMYK0.140.6100.15
HSL285.91º62.86%58.82%-
HSV(B)285.91º61.11%84.71%-
XYZ35.5721.6167.26-
YUV129.25176.96167.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.14%
GREEN value IS 84 (33.20% from 255) = 17.32%
BLUE value IS 216 (84.77% from 255) = 44.54%
R=38.14%
G=17.32%
B=44.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal185842160.140.6100.15285.9162.8658.82
HexB954D8E3D0F11e3f3b
Octal27112433016750174367773
Binary10111001101010011011000111011110101111100011110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B954D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B954D8; }

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

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

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

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

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

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

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

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