Html Css Color HEX #B05A9A Violet Blue

📋 copy color: '#B05A9A'

red 176 ◦ green 90 ◦ blue 154

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

Shades of Violet Blue #B05A9A

Tints of Violet Blue #B05A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.67%

R = 41.9%
G = 21.43%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B05A9A (or 0xB05A9A) is known color: Violet Blue. HEX triplet: B0, 5A and 9A. RGB value is (176,90,154). Sum of RGB (Red+Green+Blue) = 176+90+154=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05A9A is #4FA565. Grayscale: #7A7A7A. Windows color (decimal): -5219686 or 10115760. OLE color: 10115760.

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

Color convert

RGB 176 90 154 -
CMYK 0 0.49 0.12 0.31
HSL 315.35º 0.35% 0.52% -
HSV(B) 315.35º 0.49% 0.69% -
XYZ 27.39 18.88 32.77 -
YUV 123.01 145.49 165.8 -
System Red Green Blue C M Y K H S L
Decimal 176 90 154 0 0.49 0.12 0.31 315.35 0.35 0.52
Hex B0 5A 9A 0 31 C 1F 13B 23 34
Octal 260 132 232 0 61 14 37 473 43 64
Binary 10110000 1011010 10011010 0 110001 1100 11111 100111011 100011 110100

Color Harmonies of #B05A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A9A

Black with #B05A9A

Text Example


Text Example

White with #B05A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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