#B36EFC

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

Shades of Medium Purple #B36EFC

Tints of Medium Purple #B36EFC

Color information

#B36EFC (or 0xB36EFC) is unknown color: approx Medium Purple. HEX triplet: B3, 6E and FC. RGB value is (179,110,252). Sum of RGB (Red+Green+Blue) = 179+110+252=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #B36EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36EFC is #4C9103. Grayscale: #929292. Windows color (decimal): -5017860 or 16543411. OLE color: 16543411.

HSL color Cylindrical-coordinate representation of color #B36EFC: hue angle of 269.15º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B36EFC is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179110252-
CMYK0.290.5600.01
HSL269.15º95.95%70.98%-
HSV(B)269.15º56.35%98.82%-
XYZ41.7427.7695.25-
YUV146.82187.36150.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.09%
GREEN value IS 110 (43.36% from 255) = 20.33%
BLUE value IS 252 (98.83% from 255) = 46.58%
R=33.09%
G=20.33%
B=46.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791102520.290.5600.01269.1595.9570.98
HexB36EFC1D380110d6047
Octal263156374357001415140107
Binary10110011110111011111100111011110000110000110111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36EFC; }

 p { color: rgb(179,110,252); }

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

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

 a { background-color: rgb(179,110,252); }

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

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

 span { border-color: rgb(179,110,252); }

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