Html Css Color HEX #B46BA6 Violet Blue

📋 copy color: '#B46BA6'

red 180 ◦ green 107 ◦ blue 166

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

Shades of Violet Blue #B46BA6

Tints of Violet Blue #B46BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.64%

R = 39.74%
G = 23.62%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B46BA6 (or 0xB46BA6) is known color: Violet Blue. HEX triplet: B4, 6B and A6. RGB value is (180,107,166). Sum of RGB (Red+Green+Blue) = 180+107+166=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 166 (65.23% from 255 or 36.64% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B46BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46BA6 is #4B9459. Grayscale: #878787. Windows color (decimal): -4953178 or 10906548. OLE color: 10906548.

HSL color Cylindrical-coordinate representation of color #B46BA6: hue angle of 311.51º 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 #B46BA6 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 107 166 -
CMYK 0 0.41 0.08 0.29
HSL 311.51º 0.33% 0.56% -
HSV(B) 311.51º 0.41% 0.71% -
XYZ 30.96 22.97 38.88 -
YUV 135.55 145.18 159.7 -
System Red Green Blue C M Y K H S L
Decimal 180 107 166 0 0.41 0.08 0.29 311.51 0.33 0.56
Hex B4 6B A6 0 29 8 1D 138 21 38
Octal 264 153 246 0 51 10 35 470 41 70
Binary 10110100 1101011 10100110 0 101001 1000 11101 100111000 100001 111000

Color Harmonies of #B46BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46BA6

Black with #B46BA6

Text Example


Text Example

White with #B46BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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