Html Css Color HEX #B55BA2 Violet Blue

📋 copy color: '#B55BA2'

red 181 ◦ green 91 ◦ blue 162

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

Shades of Violet Blue #B55BA2

Tints of Violet Blue #B55BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.33%

R = 41.71%
G = 20.97%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B55BA2 (or 0xB55BA2) is known color: Violet Blue. HEX triplet: B5, 5B and A2. RGB value is (181,91,162). Sum of RGB (Red+Green+Blue) = 181+91+162=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B55BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55BA2 is #4AA45D. Grayscale: #7D7D7D. Windows color (decimal): -4891742 or 10640309. OLE color: 10640309.

HSL color Cylindrical-coordinate representation of color #B55BA2: hue angle of 312.67º 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 #B55BA2 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 91 162 -
CMYK 0 0.50 0.10 0.29
HSL 312.67º 0.38% 0.53% -
HSV(B) 312.67º 0.5% 0.71% -
XYZ 29.32 19.91 36.48 -
YUV 126 148.32 167.23 -
System Red Green Blue C M Y K H S L
Decimal 181 91 162 0 0.50 0.10 0.29 312.67 0.38 0.53
Hex B5 5B A2 0 32 A 1D 139 26 35
Octal 265 133 242 0 62 12 35 471 46 65
Binary 10110101 1011011 10100010 0 110010 1010 11101 100111001 100110 110101

Color Harmonies of #B55BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55BA2

Black with #B55BA2

Text Example


Text Example

White with #B55BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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