#b93cea

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

Shades of Medium Orchid #B93CEA

Tints of Medium Orchid #B93CEA

Color information

#B93CEA (or 0xB93CEA) is unknown color: approx Medium Orchid. HEX triplet: B9, 3C and EA. RGB value is (185,60,234). Sum of RGB (Red+Green+Blue) = 185+60+234=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 60 (23.83% from 255 or 12.53% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #B93CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93CEA is #46C315. Grayscale: #747474. Windows color (decimal): -4637462 or 15350969. OLE color: 15350969.

HSL color Cylindrical-coordinate representation of color #B93CEA: hue angle of 283.1º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93CEA is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18560234-
CMYK0.210.7400.08
HSL283.1º80.56%57.65%-
HSV(B)283.1º74.36%91.76%-
XYZ36.4719.4979.68-
YUV117.21193.91176.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.62%
GREEN value IS 60 (23.83% from 255) = 12.53%
BLUE value IS 234 (91.80% from 255) = 48.85%
R=38.62%
G=12.53%
B=48.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal185602340.210.7400.08283.180.5657.65
HexB93CEA154A0811b513a
Octal271743522511201043312172
Binary1011100111110011101010101011001010010001000110111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b93cea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b93cea; }

 p { color: rgb(185,60,234); }

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

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

 a { background-color: rgb(185,60,234); }

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

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

 span { border-color: rgb(185,60,234); }

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