#B95BE0

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

Shades of Medium Orchid #B95BE0

Tints of Medium Orchid #B95BE0

Color information

#B95BE0 (or 0xB95BE0) is unknown color: approx Medium Orchid. HEX triplet: B9, 5B and E0. RGB value is (185,91,224). Sum of RGB (Red+Green+Blue) = 185+91+224=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #B95BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95BE0 is #46A41F. Grayscale: #858585. Windows color (decimal): -4629536 or 14703545. OLE color: 14703545.

HSL color Cylindrical-coordinate representation of color #B95BE0: hue angle of 282.41º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B95BE0 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18591224-
CMYK0.170.5900.12
HSL282.41º68.21%61.76%-
HSV(B)282.41º59.38%87.84%-
XYZ37.223.1873.03-
YUV134.27178.64164.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37%
GREEN value IS 91 (35.94% from 255) = 18.2%
BLUE value IS 224 (87.89% from 255) = 44.8%
R=37%
G=18.2%
B=44.8%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal185912240.170.5900.12282.4168.2161.76
HexB95BE0113B0C11a443e
Octal271133340217301443210476
Binary1011100110110111110000010001111011011001000110101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95BE0; }

 p { color: rgb(185,91,224); }

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

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

 a { background-color: rgb(185,91,224); }

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

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

 span { border-color: rgb(185,91,224); }

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