#B93FDC

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

Shades of Medium Orchid #B93FDC

Tints of Medium Orchid #B93FDC

Color information

#B93FDC (or 0xB93FDC) is unknown color: approx Medium Orchid. HEX triplet: B9, 3F and DC. RGB value is (185,63,220). Sum of RGB (Red+Green+Blue) = 185+63+220=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #B93FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93FDC is #46C023. Grayscale: #747474. Windows color (decimal): -4636708 or 14434233. OLE color: 14434233.

HSL color Cylindrical-coordinate representation of color #B93FDC: hue angle of 286.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93FDC is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18563220-
CMYK0.160.7100.14
HSL286.62º69.16%55.49%-
HSV(B)286.62º71.36%86.27%-
XYZ34.719.0469.56-
YUV117.38185.92176.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.53%
GREEN value IS 63 (25% from 255) = 13.46%
BLUE value IS 220 (86.33% from 255) = 47.01%
R=39.53%
G=13.46%
B=47.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal185632200.160.7100.14286.6269.1655.49
HexB93FDC10470E11f4537
Octal271773342010701643710567
Binary1011100111111111011100100001000111011101000111111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93FDC; }

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

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

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

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

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

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

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

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