Html Css Color HEX #B064A1 Violet Blue

📋 copy color: '#B064A1'

red 176 ◦ green 100 ◦ blue 161

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

Shades of Violet Blue #B064A1

Tints of Violet Blue #B064A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.84%

R = 40.27%
G = 22.88%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B064A1 (or 0xB064A1) is known color: Violet Blue. HEX triplet: B0, 64 and A1. RGB value is (176,100,161). Sum of RGB (Red+Green+Blue) = 176+100+161=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B064A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B064A1 is #4F9B5E. Grayscale: #818181. Windows color (decimal): -5217119 or 10577072. OLE color: 10577072.

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

Color convert

RGB 176 100 161 -
CMYK 0 0.43 0.09 0.31
HSL 311.84º 0.32% 0.54% -
HSV(B) 311.84º 0.43% 0.69% -
XYZ 28.89 20.92 36.23 -
YUV 129.68 145.68 161.04 -
System Red Green Blue C M Y K H S L
Decimal 176 100 161 0 0.43 0.09 0.31 311.84 0.32 0.54
Hex B0 64 A1 0 2B 9 1F 138 20 36
Octal 260 144 241 0 53 11 37 470 40 66
Binary 10110000 1100100 10100001 0 101011 1001 11111 100111000 100000 110110

Color Harmonies of #B064A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B064A1

Black with #B064A1

Text Example


Text Example

White with #B064A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B064A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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