Html Css Color HEX #B06FAC Violet Blue

📋 copy color: '#B06FAC'

red 176 ◦ green 111 ◦ blue 172

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

Shades of Violet Blue #B06FAC

Tints of Violet Blue #B06FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 38.34%
G = 24.18%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B06FAC (or 0xB06FAC) is known color: Violet Blue. HEX triplet: B0, 6F and AC. RGB value is (176,111,172). Sum of RGB (Red+Green+Blue) = 176+111+172=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B06FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06FAC is #4F9053. Grayscale: #898989. Windows color (decimal): -5214292 or 11300784. OLE color: 11300784.

HSL color Cylindrical-coordinate representation of color #B06FAC: hue angle of 303.69º 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 #B06FAC is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 111 172 -
CMYK 0 0.37 0.02 0.31
HSL 303.69º 0.29% 0.56% -
HSV(B) 303.69º 0.37% 0.69% -
XYZ 31.04 23.58 41.94 -
YUV 137.39 147.53 155.54 -
System Red Green Blue C M Y K H S L
Decimal 176 111 172 0 0.37 0.02 0.31 303.69 0.29 0.56
Hex B0 6F AC 0 25 2 1F 130 1D 38
Octal 260 157 254 0 45 2 37 460 35 70
Binary 10110000 1101111 10101100 0 100101 10 11111 100110000 11101 111000

Color Harmonies of #B06FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06FAC

Black with #B06FAC

Text Example


Text Example

White with #B06FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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