Html Css Color HEX #B46BAA Violet Blue

📋 copy color: '#B46BAA'

red 180 ◦ green 107 ◦ blue 170

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

Shades of Violet Blue #B46BAA

Tints of Violet Blue #B46BAA

RGB

 RED value IS 180 (70.7% from 255) = 39.39%

 GREEN value IS 107 (42.19% from 255) = 23.41%

 BLUE value IS 170 (66.8% from 255) = 37.2%

R = 39.39%
G = 23.41%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B46BAA (or 0xB46BAA) is known color: Violet Blue. HEX triplet: B4, 6B and AA. RGB value is (180,107,170). Sum of RGB (Red+Green+Blue) = 180+107+170=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B46BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46BAA is #4B9455. Grayscale: #878787. Windows color (decimal): -4953174 or 11168692. OLE color: 11168692.

HSL color Cylindrical-coordinate representation of color #B46BAA: hue angle of 308.22º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B46BAA is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 107 170 -
CMYK 0 0.41 0.06 0.29
HSL 308.22º 0.33% 0.56% -
HSV(B) 308.22º 0.41% 0.71% -
XYZ 31.34 23.12 40.84 -
YUV 136.01 147.18 159.38 -
System Red Green Blue C M Y K H S L
Decimal 180 107 170 0 0.41 0.06 0.29 308.22 0.33 0.56
Hex B4 6B AA 0 29 6 1D 134 21 38
Octal 264 153 252 0 51 6 35 464 41 70
Binary 10110100 1101011 10101010 0 101001 110 11101 100110100 100001 111000

Color Harmonies of #B46BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46BAA

Black with #B46BAA

Text Example


Text Example

White with #B46BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46BAA; }

 p { color: rgb(180,107,170); }

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

background-color css

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

 a { background-color: rgb(180,107,170); }

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

border-color css

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

 span { border-color: rgb(180,107,170); }

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