#B940D8

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

Shades of Medium Orchid #B940D8

Tints of Medium Orchid #B940D8

Color information

#B940D8 (or 0xB940D8) is unknown color: approx Medium Orchid. HEX triplet: B9, 40 and D8. RGB value is (185,64,216). Sum of RGB (Red+Green+Blue) = 185+64+216=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 216 - color contains mainly: blue. Hex color #B940D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B940D8 is #46BF27. Grayscale: #757575. Windows color (decimal): -4636456 or 14172345. OLE color: 14172345.

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

Color convert

RGB18564216-
CMYK0.140.7000.15
HSL287.76º66.09%54.9%-
HSV(B)287.76º70.37%84.71%-
XYZ34.2418.9466.82-
YUV117.51183.59176.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.78%
GREEN value IS 64 (25.39% from 255) = 13.76%
BLUE value IS 216 (84.77% from 255) = 46.45%
R=39.78%
G=13.76%
B=46.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal185642160.140.7000.15287.7666.0954.9
HexB940D8E460F1204237
Octal2711003301610601744010267
Binary1011100110000001101100011101000110011111001000001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B940D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B940D8; }

 p { color: rgb(185,64,216); }

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

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

 a { background-color: rgb(185,64,216); }

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

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

 span { border-color: rgb(185,64,216); }

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