Html Css Color HEX #B05AAF Violet Blue

📋 copy color: '#B05AAF'

red 176 ◦ green 90 ◦ blue 175

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

Shades of Violet Blue #B05AAF

Tints of Violet Blue #B05AAF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.41%

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

R = 39.91%
G = 20.41%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B05AAF (or 0xB05AAF) is known color: Violet Blue. HEX triplet: B0, 5A and AF. RGB value is (176,90,175). Sum of RGB (Red+Green+Blue) = 176+90+175=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B05AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05AAF is #4FA550. Grayscale: #7D7D7D. Windows color (decimal): -5219665 or 11492016. OLE color: 11492016.

HSL color Cylindrical-coordinate representation of color #B05AAF: hue angle of 300.7º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05AAF is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 90 175 -
CMYK 0 0.49 0.01 0.31
HSL 300.7º 0.35% 0.52% -
HSV(B) 300.7º 0.49% 0.69% -
XYZ 29.3 19.64 42.8 -
YUV 125.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 176 90 175 0 0.49 0.01 0.31 300.7 0.35 0.52
Hex B0 5A AF 0 31 1 1F 12D 23 34
Octal 260 132 257 0 61 1 37 455 43 64
Binary 10110000 1011010 10101111 0 110001 1 11111 100101101 100011 110100

Color Harmonies of #B05AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05AAF

Black with #B05AAF

Text Example


Text Example

White with #B05AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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