Html Css Color HEX #B36DAC Violet Blue

📋 copy color: '#B36DAC'

red 179 ◦ green 109 ◦ blue 172

#B36DAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #B36DAC

Tints of Violet Blue #B36DAC

RGB

 RED value IS 179 (70.31% from 255) = 38.91%

 GREEN value IS 109 (42.97% from 255) = 23.7%

 BLUE value IS 172 (67.58% from 255) = 37.39%

R = 38.91%
G = 23.7%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B36DAC (or 0xB36DAC) is known color: Violet Blue. HEX triplet: B3, 6D and AC. RGB value is (179,109,172). Sum of RGB (Red+Green+Blue) = 179+109+172=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B36DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36DAC is #4C9253. Grayscale: #888888. Windows color (decimal): -5018196 or 11300275. OLE color: 11300275.

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

Color convert

RGB 179 109 172 -
CMYK 0 0.39 0.04 0.30
HSL 306º 0.32% 0.56% -
HSV(B) 306º 0.39% 0.7% -
XYZ 31.51 23.5 41.91 -
YUV 137.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 179 109 172 0 0.39 0.04 0.30 306 0.32 0.56
Hex B3 6D AC 0 27 4 1E 132 20 38
Octal 263 155 254 0 47 4 36 462 40 70
Binary 10110011 1101101 10101100 0 100111 100 11110 100110010 100000 111000

Color Harmonies of #B36DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36DAC

Black with #B36DAC

Text Example


Text Example

White with #B36DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36DAC; }

 p { color: rgb(179,109,172); }

 H1.HeaderClassName
 {
   color: #B36DAC;
 }
 .AnyTagClassName
 {
   color: #B36DAC;
 }
</style>

background-color css

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

 a { background-color: rgb(179,109,172); }

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

border-color css

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

 span { border-color: rgb(179,109,172); }

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