#B93EE5

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

Shades of Medium Orchid #B93EE5

Tints of Medium Orchid #B93EE5

Color information

#B93EE5 (or 0xB93EE5) is unknown color: approx Medium Orchid. HEX triplet: B9, 3E and E5. RGB value is (185,62,229). Sum of RGB (Red+Green+Blue) = 185+62+229=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 62 (24.61% from 255 or 13.03% from 476); Blue value is 229 (89.84% from 255 or 48.11% from 476); Max value from RGB is 229 - color contains mainly: blue. Hex color #B93EE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93EE5 is #46C11A. Grayscale: #757575. Windows color (decimal): -4636955 or 15023801. OLE color: 15023801.

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

Color convert

RGB18562229-
CMYK0.190.7300.10
HSL284.19º76.26%57.06%-
HSV(B)284.19º72.93%89.8%-
XYZ35.8719.4275.99-
YUV117.82190.75175.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 62 (24.61% from 255) = 13.03%
BLUE value IS 229 (89.84% from 255) = 48.11%
R=38.87%
G=13.03%
B=48.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal185622290.190.7300.10284.1976.2657.06
HexB93EE513490A11c4c39
Octal271763452311101243411471
Binary1011100111111011100101100111001001010101000111001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93EE5; }

 p { color: rgb(185,62,229); }

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

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

 a { background-color: rgb(185,62,229); }

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

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

 span { border-color: rgb(185,62,229); }

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