Html Css Color HEX #B05AAE Violet Blue

📋 copy color: '#B05AAE'

red 176 ◦ green 90 ◦ blue 174

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

Shades of Violet Blue #B05AAE

Tints of Violet Blue #B05AAE

RGB

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

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

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

R = 40%
G = 20.45%
B = 39.55%

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

#B05AAE (or 0xB05AAE) is known color: Violet Blue. HEX triplet: B0, 5A and AE. RGB value is (176,90,174). Sum of RGB (Red+Green+Blue) = 176+90+174=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B05AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05AAE is #4FA551. Grayscale: #7D7D7D. Windows color (decimal): -5219666 or 11426480. OLE color: 11426480.

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

Color convert

RGB 176 90 174 -
CMYK 0 0.49 0.01 0.31
HSL 301.4º 0.35% 0.52% -
HSV(B) 301.4º 0.49% 0.69% -
XYZ 29.2 19.6 42.29 -
YUV 125.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 176 90 174 0 0.49 0.01 0.31 301.4 0.35 0.52
Hex B0 5A AE 0 31 1 1F 12D 23 34
Octal 260 132 256 0 61 1 37 455 43 64
Binary 10110000 1011010 10101110 0 110001 1 11111 100101101 100011 110100

Color Harmonies of #B05AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05AAE

Black with #B05AAE

Text Example


Text Example

White with #B05AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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