#b36fe0

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

Shades of Medium Orchid #B36FE0

Tints of Medium Orchid #B36FE0

Color information

#B36FE0 (or 0xB36FE0) is unknown color: approx Medium Orchid. HEX triplet: B3, 6F and E0. RGB value is (179,111,224). Sum of RGB (Red+Green+Blue) = 179+111+224=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #B36FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36FE0 is #4C901F. Grayscale: #8F8F8F. Windows color (decimal): -5017632 or 14708659. OLE color: 14708659.

HSL color Cylindrical-coordinate representation of color #B36FE0: hue angle of 276.11º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B36FE0 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB179111224-
CMYK0.200.5000.12
HSL276.11º64.57%65.69%-
HSV(B)276.11º50.45%87.84%-
XYZ37.7326.3373.62-
YUV144.21173.03152.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.82%
GREEN value IS 111 (43.75% from 255) = 21.60%
BLUE value IS 224 (87.89% from 255) = 43.58%
R=34.82%
G=21.60%
B=43.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1791112240.200.5000.12276.1164.5765.69
HexB36FE014320C1144142
Octal2631573402462014424101102
Binary10110011110111111100000101001100100110010001010010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b36fe0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b36fe0; }

 p { color: rgb(179,111,224); }

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

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

 a { background-color: rgb(179,111,224); }

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

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

 span { border-color: rgb(179,111,224); }

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