Html Css Color HEX #B06FAE Violet Blue

📋 copy color: '#B06FAE'

red 176 ◦ green 111 ◦ blue 174

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

Shades of Violet Blue #B06FAE

Tints of Violet Blue #B06FAE

RGB

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

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

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

R = 38.18%
G = 24.08%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B06FAE (or 0xB06FAE) is known color: Violet Blue. HEX triplet: B0, 6F and AE. RGB value is (176,111,174). Sum of RGB (Red+Green+Blue) = 176+111+174=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B06FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06FAE is #4F9051. Grayscale: #898989. Windows color (decimal): -5214290 or 11431856. OLE color: 11431856.

HSL color Cylindrical-coordinate representation of color #B06FAE: hue angle of 301.85º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B06FAE is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 111 174 -
CMYK 0 0.37 0.01 0.31
HSL 301.85º 0.29% 0.56% -
HSV(B) 301.85º 0.37% 0.69% -
XYZ 31.23 23.65 42.96 -
YUV 137.62 148.53 155.38 -
System Red Green Blue C M Y K H S L
Decimal 176 111 174 0 0.37 0.01 0.31 301.85 0.29 0.56
Hex B0 6F AE 0 25 1 1F 12E 1D 38
Octal 260 157 256 0 45 1 37 456 35 70
Binary 10110000 1101111 10101110 0 100101 1 11111 100101110 11101 111000

Color Harmonies of #B06FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06FAE

Black with #B06FAE

Text Example


Text Example

White with #B06FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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