Html Css Color HEX #B063AC Violet Blue

📋 copy color: '#B063AC'

red 176 ◦ green 99 ◦ blue 172

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

Shades of Violet Blue #B063AC

Tints of Violet Blue #B063AC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.15%

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

R = 39.37%
G = 22.15%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B063AC (or 0xB063AC) is known color: Violet Blue. HEX triplet: B0, 63 and AC. RGB value is (176,99,172). Sum of RGB (Red+Green+Blue) = 176+99+172=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B063AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B063AC is #4F9C53. Grayscale: #828282. Windows color (decimal): -5217364 or 11297712. OLE color: 11297712.

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

Color convert

RGB 176 99 172 -
CMYK 0 0.44 0.02 0.31
HSL 303.12º 0.33% 0.54% -
HSV(B) 303.12º 0.44% 0.69% -
XYZ 29.81 21.13 41.54 -
YUV 130.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 176 99 172 0 0.44 0.02 0.31 303.12 0.33 0.54
Hex B0 63 AC 0 2C 2 1F 12F 21 36
Octal 260 143 254 0 54 2 37 457 41 66
Binary 10110000 1100011 10101100 0 101100 10 11111 100101111 100001 110110

Color Harmonies of #B063AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B063AC

Black with #B063AC

Text Example


Text Example

White with #B063AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B063AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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