#B93AE2

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

Shades of Medium Orchid #B93AE2

Tints of Medium Orchid #B93AE2

Color information

#B93AE2 (or 0xB93AE2) is unknown color: approx Medium Orchid. HEX triplet: B9, 3A and E2. RGB value is (185,58,226). Sum of RGB (Red+Green+Blue) = 185+58+226=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 58 (23.05% from 255 or 12.37% from 469); Blue value is 226 (88.67% from 255 or 48.19% from 469); Max value from RGB is 226 - color contains mainly: blue. Hex color #B93AE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93AE2 is #46C51D. Grayscale: #727272. Windows color (decimal): -4637982 or 14826169. OLE color: 14826169.

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

Color convert

RGB18558226-
CMYK0.180.7400.11
HSL285.36º74.34%55.69%-
HSV(B)285.36º74.34%88.63%-
XYZ35.2518.8373.73-
YUV115.12190.58177.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.45%
GREEN value IS 58 (23.05% from 255) = 12.37%
BLUE value IS 226 (88.67% from 255) = 48.19%
R=39.45%
G=12.37%
B=48.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal185582260.180.7400.11285.3674.3455.69
HexB93AE2124A0B11d4a38
Octal271723422211201343511270
Binary1011100111101011100010100101001010010111000111011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93AE2; }

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

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

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

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

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

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

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

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