Html Css Color HEX #B36FAE Violet Blue

📋 copy color: '#B36FAE'

red 179 ◦ green 111 ◦ blue 174

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

Shades of Violet Blue #B36FAE

Tints of Violet Blue #B36FAE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.92%

 BLUE value IS 174 (68.36% from 255) = 37.5%

R = 38.58%
G = 23.92%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B36FAE (or 0xB36FAE) is known color: Violet Blue. HEX triplet: B3, 6F and AE. RGB value is (179,111,174). Sum of RGB (Red+Green+Blue) = 179+111+174=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B36FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36FAE is #4C9051. Grayscale: #8A8A8A. Windows color (decimal): -5017682 or 11431859. OLE color: 11431859.

HSL color Cylindrical-coordinate representation of color #B36FAE: hue angle of 304.41º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B36FAE is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 111 174 -
CMYK 0 0.38 0.03 0.30
HSL 304.41º 0.31% 0.57% -
HSV(B) 304.41º 0.38% 0.7% -
XYZ 31.91 24.01 43 -
YUV 138.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 179 111 174 0 0.38 0.03 0.30 304.41 0.31 0.57
Hex B3 6F AE 0 26 3 1E 130 1F 39
Octal 263 157 256 0 46 3 36 460 37 71
Binary 10110011 1101111 10101110 0 100110 11 11110 100110000 11111 111001

Color Harmonies of #B36FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36FAE

Black with #B36FAE

Text Example


Text Example

White with #B36FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36FAE; }

 p { color: rgb(179,111,174); }

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

background-color css

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

 a { background-color: rgb(179,111,174); }

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

border-color css

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

 span { border-color: rgb(179,111,174); }

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