#B36BF5

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

Shades of Medium Purple #B36BF5

Tints of Medium Purple #B36BF5

Color information

#B36BF5 (or 0xB36BF5) is unknown color: approx Medium Purple. HEX triplet: B3, 6B and F5. RGB value is (179,107,245). Sum of RGB (Red+Green+Blue) = 179+107+245=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 245 (96.09% from 255 or 46.14% from 531); Max value from RGB is 245 - color contains mainly: blue. Hex color #B36BF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36BF5 is #4C940A. Grayscale: #8F8F8F. Windows color (decimal): -5018635 or 16083891. OLE color: 16083891.

HSL color Cylindrical-coordinate representation of color #B36BF5: hue angle of 271.3º degrees, saturation: 0.87, 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 #B36BF5 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB179107245-
CMYK0.270.5600.04
HSL271.3º87.34%69.02%-
HSV(B)271.3º56.33%96.08%-
XYZ40.3326.6989.41-
YUV144.26184.85152.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.71%
GREEN value IS 107 (42.19% from 255) = 20.15%
BLUE value IS 245 (96.09% from 255) = 46.14%
R=33.71%
G=20.15%
B=46.14%

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
Decimal1791072450.270.5600.04271.387.3469.02
HexB36BF51B380410f5745
Octal263153365337004417127105
Binary1011001111010111111010111011111000010010000111110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36BF5; }

 p { color: rgb(179,107,245); }

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

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

 a { background-color: rgb(179,107,245); }

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

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

 span { border-color: rgb(179,107,245); }

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