#B95EC9

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

Shades of Medium Orchid #B95EC9

Tints of Medium Orchid #B95EC9

Color information

#B95EC9 (or 0xB95EC9) is unknown color: approx Medium Orchid. HEX triplet: B9, 5E and C9. RGB value is (185,94,201). Sum of RGB (Red+Green+Blue) = 185+94+201=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 201 - color contains mainly: blue. Hex color #B95EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95EC9 is #46A136. Grayscale: #858585. Windows color (decimal): -4628791 or 13196985. OLE color: 13196985.

HSL color Cylindrical-coordinate representation of color #B95EC9: hue angle of 291.03º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B95EC9 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18594201-
CMYK0.080.5300.21
HSL291.03º49.77%57.84%-
HSV(B)291.03º53.23%78.82%-
XYZ34.5522.5457.79-
YUV133.41166.15164.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 94 (37.11% from 255) = 19.58%
BLUE value IS 201 (78.91% from 255) = 41.88%
R=38.54%
G=19.58%
B=41.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185942010.080.5300.21291.0349.7757.84
HexB95EC9835015123323a
Octal27113631110650254436272
Binary101110011011110110010011000110101010101100100011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95EC9; }

 p { color: rgb(185,94,201); }

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

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

 a { background-color: rgb(185,94,201); }

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

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

 span { border-color: rgb(185,94,201); }

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