#B937D1

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

Shades of Medium Orchid #B937D1

Tints of Medium Orchid #B937D1

Color information

#B937D1 (or 0xB937D1) is unknown color: approx Medium Orchid. HEX triplet: B9, 37 and D1. RGB value is (185,55,209). Sum of RGB (Red+Green+Blue) = 185+55+209=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 209 - color contains mainly: blue. Hex color #B937D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B937D1 is #46C82E. Grayscale: #6E6E6E. Windows color (decimal): -4638767 or 13711289. OLE color: 13711289.

HSL color Cylindrical-coordinate representation of color #B937D1: hue angle of 290.65º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B937D1 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18555209-
CMYK0.110.7400.18
HSL290.65º62.6%51.76%-
HSV(B)290.65º73.68%81.96%-
XYZ32.8817.6562-
YUV111.43183.07180.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.20%
GREEN value IS 55 (21.88% from 255) = 12.25%
BLUE value IS 209 (82.03% from 255) = 46.55%
R=41.20%
G=12.25%
B=46.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal185552090.110.7400.18290.6562.651.76
HexB937D1B4A0121233f34
Octal27167321131120224437764
Binary101110011101111101000110111001010010010100100011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B937D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B937D1; }

 p { color: rgb(185,55,209); }

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

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

 a { background-color: rgb(185,55,209); }

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

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

 span { border-color: rgb(185,55,209); }

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