#B95EE6

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

Shades of Medium Orchid #B95EE6

Tints of Medium Orchid #B95EE6

Color information

#B95EE6 (or 0xB95EE6) is unknown color: approx Medium Orchid. HEX triplet: B9, 5E and E6. RGB value is (185,94,230). Sum of RGB (Red+Green+Blue) = 185+94+230=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #B95EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95EE6 is #46A119. Grayscale: #888888. Windows color (decimal): -4628762 or 15097529. OLE color: 15097529.

HSL color Cylindrical-coordinate representation of color #B95EE6: hue angle of 280.15º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B95EE6 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18594230-
CMYK0.200.5900.10
HSL280.15º73.12%63.53%-
HSV(B)280.15º59.13%90.2%-
XYZ38.2924.0377.48-
YUV136.71180.65162.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.35%
GREEN value IS 94 (37.11% from 255) = 18.47%
BLUE value IS 230 (90.23% from 255) = 45.19%
R=36.35%
G=18.47%
B=45.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal185942300.200.5900.10280.1573.1263.53
HexB95EE6143B0A1184940
Octal2711363462473012430111100
Binary10111001101111011100110101001110110101010001100010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95EE6; }

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

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

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

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

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

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

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

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