#B93CDA

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

Shades of Medium Orchid #B93CDA

Tints of Medium Orchid #B93CDA

Color information

#B93CDA (or 0xB93CDA) is unknown color: approx Medium Orchid. HEX triplet: B9, 3C and DA. RGB value is (185,60,218). Sum of RGB (Red+Green+Blue) = 185+60+218=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #B93CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93CDA is #46C325. Grayscale: #727272. Windows color (decimal): -4637478 or 14302393. OLE color: 14302393.

HSL color Cylindrical-coordinate representation of color #B93CDA: hue angle of 287.47º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93CDA is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18560218-
CMYK0.150.7200.15
HSL287.47º68.1%54.51%-
HSV(B)287.47º72.48%85.49%-
XYZ34.2818.6168.11-
YUV115.39185.91177.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 60 (23.83% from 255) = 12.96%
BLUE value IS 218 (85.55% from 255) = 47.08%
R=39.96%
G=12.96%
B=47.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal185602180.150.7200.15287.4768.154.51
HexB93CDAF480F11f4437
Octal271743321711001743710467
Binary101110011111001101101011111001000011111000111111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93CDA; }

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

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

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

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

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

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

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

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