#B95EC8

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

Shades of Medium Orchid #B95EC8

Tints of Medium Orchid #B95EC8

Color information

#B95EC8 (or 0xB95EC8) is unknown color: approx Medium Orchid. HEX triplet: B9, 5E and C8. RGB value is (185,94,200). Sum of RGB (Red+Green+Blue) = 185+94+200=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 200 - color contains mainly: blue. Hex color #B95EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95EC8 is #46A137. Grayscale: #848484. Windows color (decimal): -4628792 or 13131449. OLE color: 13131449.

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

Color convert

RGB18594200-
CMYK0.080.5300.22
HSL291.51º49.07%57.65%-
HSV(B)291.51º53%78.43%-
XYZ34.4422.4957.17-
YUV133.29165.65164.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.62%
GREEN value IS 94 (37.11% from 255) = 19.62%
BLUE value IS 200 (78.52% from 255) = 41.75%
R=38.62%
G=19.62%
B=41.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal185942000.080.5300.22291.5149.0757.65
HexB95EC8835016124313a
Octal27113631010650264446172
Binary101110011011110110010001000110101010110100100100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95EC8; }

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

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

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

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

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

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

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

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