Html Css Color HEX #B06BA6 Violet Blue

📋 copy color: '#B06BA6'

red 176 ◦ green 107 ◦ blue 166

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

Shades of Violet Blue #B06BA6

Tints of Violet Blue #B06BA6

RGB

 RED value IS 176 (69.14% from 255) = 39.2%

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

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

R = 39.2%
G = 23.83%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B06BA6 (or 0xB06BA6) is known color: Violet Blue. HEX triplet: B0, 6B and A6. RGB value is (176,107,166). Sum of RGB (Red+Green+Blue) = 176+107+166=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B06BA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06BA6 is #4F9459. Grayscale: #868686. Windows color (decimal): -5215322 or 10906544. OLE color: 10906544.

HSL color Cylindrical-coordinate representation of color #B06BA6: hue angle of 308.7º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B06BA6 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 107 166 -
CMYK 0 0.39 0.06 0.31
HSL 308.7º 0.3% 0.55% -
HSV(B) 308.7º 0.39% 0.69% -
XYZ 30.05 22.5 38.84 -
YUV 134.36 145.86 157.7 -
System Red Green Blue C M Y K H S L
Decimal 176 107 166 0 0.39 0.06 0.31 308.7 0.3 0.55
Hex B0 6B A6 0 27 6 1F 135 1E 37
Octal 260 153 246 0 47 6 37 465 36 67
Binary 10110000 1101011 10100110 0 100111 110 11111 100110101 11110 110111

Color Harmonies of #B06BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06BA6

Black with #B06BA6

Text Example


Text Example

White with #B06BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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