Html Css Color HEX #B064AF Violet Blue

📋 copy color: '#B064AF'

red 176 ◦ green 100 ◦ blue 175

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

Shades of Violet Blue #B064AF

Tints of Violet Blue #B064AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.8%

R = 39.02%
G = 22.17%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B064AF (or 0xB064AF) is known color: Violet Blue. HEX triplet: B0, 64 and AF. RGB value is (176,100,175). Sum of RGB (Red+Green+Blue) = 176+100+175=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B064AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B064AF is #4F9B50. Grayscale: #838383. Windows color (decimal): -5217105 or 11494576. OLE color: 11494576.

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

Color convert

RGB 176 100 175 -
CMYK 0 0.43 0.01 0.31
HSL 300.79º 0.32% 0.54% -
HSV(B) 300.79º 0.43% 0.69% -
XYZ 30.2 21.44 43.1 -
YUV 131.27 152.68 159.9 -
System Red Green Blue C M Y K H S L
Decimal 176 100 175 0 0.43 0.01 0.31 300.79 0.32 0.54
Hex B0 64 AF 0 2B 1 1F 12D 20 36
Octal 260 144 257 0 53 1 37 455 40 66
Binary 10110000 1100100 10101111 0 101011 1 11111 100101101 100000 110110

Color Harmonies of #B064AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B064AF

Black with #B064AF

Text Example


Text Example

White with #B064AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B064AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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