#B93AE4

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

Shades of Medium Orchid #B93AE4

Tints of Medium Orchid #B93AE4

Color information

#B93AE4 (or 0xB93AE4) is unknown color: approx Medium Orchid. HEX triplet: B9, 3A and E4. RGB value is (185,58,228). Sum of RGB (Red+Green+Blue) = 185+58+228=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 228 (89.45% from 255 or 48.41% from 471); Max value from RGB is 228 - color contains mainly: blue. Hex color #B93AE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93AE4 is #46C51B. Grayscale: #727272. Windows color (decimal): -4637980 or 14957241. OLE color: 14957241.

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

Color convert

RGB18558228-
CMYK0.190.7500.11
HSL284.82º75.89%56.08%-
HSV(B)284.82º74.56%89.41%-
XYZ35.5218.9475.18-
YUV115.35191.58177.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.28%
GREEN value IS 58 (23.05% from 255) = 12.31%
BLUE value IS 228 (89.45% from 255) = 48.41%
R=39.28%
G=12.31%
B=48.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal185582280.190.7500.11284.8275.8956.08
HexB93AE4134B0B11d4c38
Octal271723442311301343511470
Binary1011100111101011100100100111001011010111000111011001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93AE4; }

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

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

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

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

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

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

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

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