Html Css Color HEX #B05AAB Violet Blue

📋 copy color: '#B05AAB'

red 176 ◦ green 90 ◦ blue 171

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

Shades of Violet Blue #B05AAB

Tints of Violet Blue #B05AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.13%

R = 40.27%
G = 20.59%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B05AAB (or 0xB05AAB) is known color: Violet Blue. HEX triplet: B0, 5A and AB. RGB value is (176,90,171). Sum of RGB (Red+Green+Blue) = 176+90+171=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B05AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05AAB is #4FA554. Grayscale: #7C7C7C. Windows color (decimal): -5219669 or 11229872. OLE color: 11229872.

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

Color convert

RGB 176 90 171 -
CMYK 0 0.49 0.03 0.31
HSL 303.49º 0.35% 0.52% -
HSV(B) 303.49º 0.49% 0.69% -
XYZ 28.91 19.48 40.76 -
YUV 124.95 153.99 164.41 -
System Red Green Blue C M Y K H S L
Decimal 176 90 171 0 0.49 0.03 0.31 303.49 0.35 0.52
Hex B0 5A AB 0 31 3 1F 12F 23 34
Octal 260 132 253 0 61 3 37 457 43 64
Binary 10110000 1011010 10101011 0 110001 11 11111 100101111 100011 110100

Color Harmonies of #B05AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05AAB

Black with #B05AAB

Text Example


Text Example

White with #B05AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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