#B93EE4

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

Shades of Medium Orchid #B93EE4

Tints of Medium Orchid #B93EE4

Color information

#B93EE4 (or 0xB93EE4) is unknown color: approx Medium Orchid. HEX triplet: B9, 3E and E4. RGB value is (185,62,228). Sum of RGB (Red+Green+Blue) = 185+62+228=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 62 (24.61% from 255 or 13.05% from 475); Blue value is 228 (89.45% from 255 or 48% from 475); Max value from RGB is 228 - color contains mainly: blue. Hex color #B93EE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93EE4 is #46C11B. Grayscale: #757575. Windows color (decimal): -4636956 or 14958265. OLE color: 14958265.

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

Color convert

RGB18562228-
CMYK0.190.7300.11
HSL284.46º75.45%56.86%-
HSV(B)284.46º72.81%89.41%-
XYZ35.7319.3675.25-
YUV117.7190.25176-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 62 (24.61% from 255) = 13.05%
BLUE value IS 228 (89.45% from 255) = 48%
R=38.95%
G=13.05%
B=48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal185622280.190.7300.11284.4675.4556.86
HexB93EE413490B11c4b39
Octal271763442311101343411371
Binary1011100111111011100100100111001001010111000111001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93EE4; }

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

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

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

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

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

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

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

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