Html Css Color HEX #B55BA1 Violet Blue

📋 copy color: '#B55BA1'

red 181 ◦ green 91 ◦ blue 161

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

Shades of Violet Blue #B55BA1

Tints of Violet Blue #B55BA1

RGB

 RED value IS 181 (71.09% from 255) = 41.8%

 GREEN value IS 91 (35.94% from 255) = 21.02%

 BLUE value IS 161 (63.28% from 255) = 37.18%

R = 41.8%
G = 21.02%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B55BA1 (or 0xB55BA1) is known color: Violet Blue. HEX triplet: B5, 5B and A1. RGB value is (181,91,161). Sum of RGB (Red+Green+Blue) = 181+91+161=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B55BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55BA1 is #4AA45E. Grayscale: #7D7D7D. Windows color (decimal): -4891743 or 10574773. OLE color: 10574773.

HSL color Cylindrical-coordinate representation of color #B55BA1: hue angle of 313.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55BA1 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 91 161 -
CMYK 0 0.50 0.11 0.29
HSL 313.33º 0.38% 0.53% -
HSV(B) 313.33º 0.5% 0.71% -
XYZ 29.23 19.88 36.01 -
YUV 125.89 147.82 167.31 -
System Red Green Blue C M Y K H S L
Decimal 181 91 161 0 0.50 0.11 0.29 313.33 0.38 0.53
Hex B5 5B A1 0 32 B 1D 139 26 35
Octal 265 133 241 0 62 13 35 471 46 65
Binary 10110101 1011011 10100001 0 110010 1011 11101 100111001 100110 110101

Color Harmonies of #B55BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55BA1

Black with #B55BA1

Text Example


Text Example

White with #B55BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55BA1; }

 p { color: rgb(181,91,161); }

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

background-color css

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

 a { background-color: rgb(181,91,161); }

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

border-color css

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

 span { border-color: rgb(181,91,161); }

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