Html Css Color HEX #B064A0 Violet Blue

📋 copy color: '#B064A0'

red 176 ◦ green 100 ◦ blue 160

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

Shades of Violet Blue #B064A0

Tints of Violet Blue #B064A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.7%

R = 40.37%
G = 22.94%
B = 36.7%

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

#B064A0 (or 0xB064A0) is known color: Violet Blue. HEX triplet: B0, 64 and A0. RGB value is (176,100,160). Sum of RGB (Red+Green+Blue) = 176+100+160=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B064A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B064A0 is #4F9B5F. Grayscale: #818181. Windows color (decimal): -5217120 or 10511536. OLE color: 10511536.

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

Color convert

RGB 176 100 160 -
CMYK 0 0.43 0.09 0.31
HSL 312.63º 0.32% 0.54% -
HSV(B) 312.63º 0.43% 0.69% -
XYZ 28.81 20.88 35.77 -
YUV 129.56 145.18 161.12 -
System Red Green Blue C M Y K H S L
Decimal 176 100 160 0 0.43 0.09 0.31 312.63 0.32 0.54
Hex B0 64 A0 0 2B 9 1F 139 20 36
Octal 260 144 240 0 53 11 37 471 40 66
Binary 10110000 1100100 10100000 0 101011 1001 11111 100111001 100000 110110

Color Harmonies of #B064A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B064A0

Black with #B064A0

Text Example


Text Example

White with #B064A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B064A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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