Html Css Color HEX #B55BAB Violet Blue

📋 copy color: '#B55BAB'

red 181 ◦ green 91 ◦ blue 171

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

Shades of Violet Blue #B55BAB

Tints of Violet Blue #B55BAB

RGB

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

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

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

R = 40.86%
G = 20.54%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B55BAB (or 0xB55BAB) is known color: Violet Blue. HEX triplet: B5, 5B and AB. RGB value is (181,91,171). Sum of RGB (Red+Green+Blue) = 181+91+171=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B55BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55BAB is #4AA454. Grayscale: #7E7E7E. Windows color (decimal): -4891733 or 11230133. OLE color: 11230133.

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

Color convert

RGB 181 91 171 -
CMYK 0 0.50 0.06 0.29
HSL 306.67º 0.38% 0.53% -
HSV(B) 306.67º 0.5% 0.71% -
XYZ 30.15 20.25 40.85 -
YUV 127.03 152.82 166.5 -
System Red Green Blue C M Y K H S L
Decimal 181 91 171 0 0.50 0.06 0.29 306.67 0.38 0.53
Hex B5 5B AB 0 32 6 1D 133 26 35
Octal 265 133 253 0 62 6 35 463 46 65
Binary 10110101 1011011 10101011 0 110010 110 11101 100110011 100110 110101

Color Harmonies of #B55BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55BAB

Black with #B55BAB

Text Example


Text Example

White with #B55BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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