#B36BB1

Color #B36BB1 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B36BB1

Tints of Violet Blue #B36BB1

Color information

#B36BB1 (or 0xB36BB1) is unknown color: approx Violet Blue. HEX triplet: B3, 6B and B1. RGB value is (179,107,177). Sum of RGB (Red+Green+Blue) = 179+107+177=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B36BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36BB1 is #4C944E. Grayscale: #888888. Windows color (decimal): -5018703 or 11627443. OLE color: 11627443.

HSL color Cylindrical-coordinate representation of color #B36BB1: hue angle of 301.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B36BB1 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB179107177-
CMYK00.400.010.30
HSL301.67º32.14%56.08%-
HSV(B)301.67º40.22%70.2%-
XYZ31.7823.2744.41-
YUV136.51150.85158.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.66%
GREEN value IS 107 (42.19% from 255) = 23.11%
BLUE value IS 177 (69.53% from 255) = 38.23%
R=38.66%
G=23.11%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910717700.400.010.30301.6732.1456.08
HexB36BB102811E12e2038
Octal2631532610501364564070
Binary101100111101011101100010101000111110100101110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36BB1; }

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

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

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

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

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

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

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

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