#B931DE

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

Shades of Medium Orchid #B931DE

Tints of Medium Orchid #B931DE

Color information

#B931DE (or 0xB931DE) is unknown color: approx Medium Orchid. HEX triplet: B9, 31 and DE. RGB value is (185,49,222). Sum of RGB (Red+Green+Blue) = 185+49+222=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #B931DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B931DE is #46CE21. Grayscale: #6C6C6C. Windows color (decimal): -4640290 or 14561721. OLE color: 14561721.

HSL color Cylindrical-coordinate representation of color #B931DE: hue angle of 287.17º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B931DE is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18549222-
CMYK0.170.7800.13
HSL287.17º72.38%53.14%-
HSV(B)287.17º77.93%87.06%-
XYZ34.2917.7870.73-
YUV109.39191.56181.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 49 (19.53% from 255) = 10.75%
BLUE value IS 222 (87.11% from 255) = 48.68%
R=40.57%
G=10.75%
B=48.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal185492220.170.7800.13287.1772.3853.14
HexB931DE114E0D11f4835
Octal271613362111601543711065
Binary1011100111000111011110100011001110011011000111111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B931DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B931DE; }

 p { color: rgb(185,49,222); }

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

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

 a { background-color: rgb(185,49,222); }

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

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

 span { border-color: rgb(185,49,222); }

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