#B936E9

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

Shades of Medium Orchid #B936E9

Tints of Medium Orchid #B936E9

Color information

#B936E9 (or 0xB936E9) is unknown color: approx Medium Orchid. HEX triplet: B9, 36 and E9. RGB value is (185,54,233). Sum of RGB (Red+Green+Blue) = 185+54+233=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 54 (21.48% from 255 or 11.44% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #B936E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B936E9 is #46C916. Grayscale: #707070. Windows color (decimal): -4638999 or 15283897. OLE color: 15283897.

HSL color Cylindrical-coordinate representation of color #B936E9: hue angle of 283.91º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B936E9 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18554233-
CMYK0.210.7700.09
HSL283.91º80.27%56.27%-
HSV(B)283.91º76.82%91.37%-
XYZ36.0318.8478.83-
YUV113.57195.4178.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.19%
GREEN value IS 54 (21.48% from 255) = 11.44%
BLUE value IS 233 (91.41% from 255) = 49.36%
R=39.19%
G=11.44%
B=49.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal185542330.210.7700.09283.9180.2756.27
HexB936E9154D0911c5038
Octal271663512511501143412070
Binary1011100111011011101001101011001101010011000111001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B936E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B936E9; }

 p { color: rgb(185,54,233); }

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

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

 a { background-color: rgb(185,54,233); }

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

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

 span { border-color: rgb(185,54,233); }

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