Html Css Color HEX #B05AAD Violet Blue

📋 copy color: '#B05AAD'

red 176 ◦ green 90 ◦ blue 173

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

Shades of Violet Blue #B05AAD

Tints of Violet Blue #B05AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.41%

R = 40.09%
G = 20.5%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B05AAD (or 0xB05AAD) is known color: Violet Blue. HEX triplet: B0, 5A and AD. RGB value is (176,90,173). Sum of RGB (Red+Green+Blue) = 176+90+173=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B05AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05AAD is #4FA552. Grayscale: #7C7C7C. Windows color (decimal): -5219667 or 11360944. OLE color: 11360944.

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

Color convert

RGB 176 90 173 -
CMYK 0 0.49 0.02 0.31
HSL 302.09º 0.35% 0.52% -
HSV(B) 302.09º 0.49% 0.69% -
XYZ 29.1 19.56 41.78 -
YUV 125.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 176 90 173 0 0.49 0.02 0.31 302.09 0.35 0.52
Hex B0 5A AD 0 31 2 1F 12E 23 34
Octal 260 132 255 0 61 2 37 456 43 64
Binary 10110000 1011010 10101101 0 110001 10 11111 100101110 100011 110100

Color Harmonies of #B05AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05AAD

Black with #B05AAD

Text Example


Text Example

White with #B05AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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