Html Css Color HEX #B072AC Violet Blue

📋 copy color: '#B072AC'

red 176 ◦ green 114 ◦ blue 172

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

Shades of Violet Blue #B072AC

Tints of Violet Blue #B072AC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.68%

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

R = 38.1%
G = 24.68%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B072AC (or 0xB072AC) is known color: Violet Blue. HEX triplet: B0, 72 and AC. RGB value is (176,114,172). Sum of RGB (Red+Green+Blue) = 176+114+172=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B072AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B072AC is #4F8D53. Grayscale: #8A8A8A. Windows color (decimal): -5213524 or 11301552. OLE color: 11301552.

HSL color Cylindrical-coordinate representation of color #B072AC: hue angle of 303.87º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B072AC is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 114 172 -
CMYK 0 0.35 0.02 0.31
HSL 303.87º 0.28% 0.57% -
HSV(B) 303.87º 0.35% 0.69% -
XYZ 31.37 24.24 42.06 -
YUV 139.15 146.54 154.28 -
System Red Green Blue C M Y K H S L
Decimal 176 114 172 0 0.35 0.02 0.31 303.87 0.28 0.57
Hex B0 72 AC 0 23 2 1F 130 1C 39
Octal 260 162 254 0 43 2 37 460 34 71
Binary 10110000 1110010 10101100 0 100011 10 11111 100110000 11100 111001

Color Harmonies of #B072AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B072AC

Black with #B072AC

Text Example


Text Example

White with #B072AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B072AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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