#B936EA

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

Shades of Medium Orchid #B936EA

Tints of Medium Orchid #B936EA

Color information

#B936EA (or 0xB936EA) is unknown color: approx Medium Orchid. HEX triplet: B9, 36 and EA. RGB value is (185,54,234). Sum of RGB (Red+Green+Blue) = 185+54+234=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 54 (21.48% from 255 or 11.42% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #B936EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B936EA is #46C915. Grayscale: #717171. Windows color (decimal): -4638998 or 15349433. OLE color: 15349433.

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

Color convert

RGB18554234-
CMYK0.210.7700.08
HSL283.67º81.08%56.47%-
HSV(B)283.67º76.92%91.76%-
XYZ36.1818.8979.58-
YUV113.69195.9178.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.11%
GREEN value IS 54 (21.48% from 255) = 11.42%
BLUE value IS 234 (91.80% from 255) = 49.47%
R=39.11%
G=11.42%
B=49.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal185542340.210.7700.08283.6781.0856.47
HexB936EA154D0811c5138
Octal271663522511501043412170
Binary1011100111011011101010101011001101010001000111001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B936EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B936EA; }

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

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

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

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

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

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

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

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