Html Css Color HEX #B064AD Violet Blue

📋 copy color: '#B064AD'

red 176 ◦ green 100 ◦ blue 173

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

Shades of Violet Blue #B064AD

Tints of Violet Blue #B064AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.53%

R = 39.2%
G = 22.27%
B = 38.53%

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

#B064AD (or 0xB064AD) is known color: Violet Blue. HEX triplet: B0, 64 and AD. RGB value is (176,100,173). Sum of RGB (Red+Green+Blue) = 176+100+173=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B064AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B064AD is #4F9B52. Grayscale: #828282. Windows color (decimal): -5217107 or 11363504. OLE color: 11363504.

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

Color convert

RGB 176 100 173 -
CMYK 0 0.43 0.02 0.31
HSL 302.37º 0.32% 0.54% -
HSV(B) 302.37º 0.43% 0.69% -
XYZ 30 21.36 42.08 -
YUV 131.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 176 100 173 0 0.43 0.02 0.31 302.37 0.32 0.54
Hex B0 64 AD 0 2B 2 1F 12E 20 36
Octal 260 144 255 0 53 2 37 456 40 66
Binary 10110000 1100100 10101101 0 101011 10 11111 100101110 100000 110110

Color Harmonies of #B064AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B064AD

Black with #B064AD

Text Example


Text Example

White with #B064AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B064AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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