#B93FE9

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

Shades of Medium Orchid #B93FE9

Tints of Medium Orchid #B93FE9

Color information

#B93FE9 (or 0xB93FE9) is unknown color: approx Medium Orchid. HEX triplet: B9, 3F and E9. RGB value is (185,63,233). Sum of RGB (Red+Green+Blue) = 185+63+233=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 233 - color contains mainly: blue. Hex color #B93FE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93FE9 is #46C016. Grayscale: #767676. Windows color (decimal): -4636695 or 15286201. OLE color: 15286201.

HSL color Cylindrical-coordinate representation of color #B93FE9: hue angle of 283.06º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B93FE9 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18563233-
CMYK0.210.7300.09
HSL283.06º79.44%58.04%-
HSV(B)283.06º72.96%91.37%-
XYZ36.4919.7578.98-
YUV118.86192.42175.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 63 (25% from 255) = 13.10%
BLUE value IS 233 (91.41% from 255) = 48.44%
R=38.46%
G=13.10%
B=48.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal185632330.210.7300.09283.0679.4458.04
HexB93FE915490911b4f3a
Octal271773512511101143311772
Binary1011100111111111101001101011001001010011000110111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93FE9; }

 p { color: rgb(185,63,233); }

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

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

 a { background-color: rgb(185,63,233); }

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

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

 span { border-color: rgb(185,63,233); }

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