Html Css Color HEX #B064AC Violet Blue

📋 copy color: '#B064AC'

red 176 ◦ green 100 ◦ blue 172

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

Shades of Violet Blue #B064AC

Tints of Violet Blue #B064AC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.32%

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

R = 39.29%
G = 22.32%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B064AC (or 0xB064AC) is known color: Violet Blue. HEX triplet: B0, 64 and AC. RGB value is (176,100,172). Sum of RGB (Red+Green+Blue) = 176+100+172=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B064AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B064AC is #4F9B53. Grayscale: #828282. Windows color (decimal): -5217108 or 11297968. OLE color: 11297968.

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

Color convert

RGB 176 100 172 -
CMYK 0 0.43 0.02 0.31
HSL 303.16º 0.32% 0.54% -
HSV(B) 303.16º 0.43% 0.69% -
XYZ 29.91 21.32 41.57 -
YUV 130.93 151.18 160.15 -
System Red Green Blue C M Y K H S L
Decimal 176 100 172 0 0.43 0.02 0.31 303.16 0.32 0.54
Hex B0 64 AC 0 2B 2 1F 12F 20 36
Octal 260 144 254 0 53 2 37 457 40 66
Binary 10110000 1100100 10101100 0 101011 10 11111 100101111 100000 110110

Color Harmonies of #B064AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B064AC

Black with #B064AC

Text Example


Text Example

White with #B064AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B064AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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