#B95BE2

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

Shades of Medium Orchid #B95BE2

Tints of Medium Orchid #B95BE2

Color information

#B95BE2 (or 0xB95BE2) is unknown color: approx Medium Orchid. HEX triplet: B9, 5B and E2. RGB value is (185,91,226). Sum of RGB (Red+Green+Blue) = 185+91+226=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 226 (88.67% from 255 or 45.02% from 502); Max value from RGB is 226 - color contains mainly: blue. Hex color #B95BE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95BE2 is #46A41D. Grayscale: #868686. Windows color (decimal): -4629534 or 14834617. OLE color: 14834617.

HSL color Cylindrical-coordinate representation of color #B95BE2: hue angle of 281.78º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B95BE2 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18591226-
CMYK0.180.6000.11
HSL281.78º69.95%62.16%-
HSV(B)281.78º59.73%88.63%-
XYZ37.4823.2974.47-
YUV134.5179.64164.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.85%
GREEN value IS 91 (35.94% from 255) = 18.13%
BLUE value IS 226 (88.67% from 255) = 45.02%
R=36.85%
G=18.13%
B=45.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal185912260.180.6000.11281.7869.9562.16
HexB95BE2123C0B11a463e
Octal271133342227401343210676
Binary1011100110110111110001010010111100010111000110101000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95BE2; }

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

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

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

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

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

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

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

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