#B36CF4

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

Shades of Medium Purple #B36CF4

Tints of Medium Purple #B36CF4

Color information

#B36CF4 (or 0xB36CF4) is unknown color: approx Medium Purple. HEX triplet: B3, 6C and F4. RGB value is (179,108,244). Sum of RGB (Red+Green+Blue) = 179+108+244=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 244 - color contains mainly: blue. Hex color #B36CF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36CF4 is #4C930B. Grayscale: #909090. Windows color (decimal): -5018380 or 16018611. OLE color: 16018611.

HSL color Cylindrical-coordinate representation of color #B36CF4: hue angle of 271.32º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B36CF4 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB179108244-
CMYK0.270.5600.04
HSL271.32º86.08%69.02%-
HSV(B)271.32º55.74%95.69%-
XYZ40.2826.8488.65-
YUV144.73184.02152.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.71%
GREEN value IS 108 (42.58% from 255) = 20.34%
BLUE value IS 244 (95.70% from 255) = 45.95%
R=33.71%
G=20.34%
B=45.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1791082440.270.5600.04271.3286.0869.02
HexB36CF41B380410f5645
Octal263154364337004417126105
Binary1011001111011001111010011011111000010010000111110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36CF4; }

 p { color: rgb(179,108,244); }

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

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

 a { background-color: rgb(179,108,244); }

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

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

 span { border-color: rgb(179,108,244); }

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