Html Css Color HEX #B064AE Violet Blue

📋 copy color: '#B064AE'

red 176 ◦ green 100 ◦ blue 174

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

Shades of Violet Blue #B064AE

Tints of Violet Blue #B064AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.67%

R = 39.11%
G = 22.22%
B = 38.67%

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

#B064AE (or 0xB064AE) is known color: Violet Blue. HEX triplet: B0, 64 and AE. RGB value is (176,100,174). Sum of RGB (Red+Green+Blue) = 176+100+174=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B064AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B064AE is #4F9B51. Grayscale: #828282. Windows color (decimal): -5217106 or 11429040. OLE color: 11429040.

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

Color convert

RGB 176 100 174 -
CMYK 0 0.43 0.01 0.31
HSL 301.58º 0.32% 0.54% -
HSV(B) 301.58º 0.43% 0.69% -
XYZ 30.1 21.4 42.59 -
YUV 131.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 176 100 174 0 0.43 0.01 0.31 301.58 0.32 0.54
Hex B0 64 AE 0 2B 1 1F 12E 20 36
Octal 260 144 256 0 53 1 37 456 40 66
Binary 10110000 1100100 10101110 0 101011 1 11111 100101110 100000 110110

Color Harmonies of #B064AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B064AE

Black with #B064AE

Text Example


Text Example

White with #B064AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B064AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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