Html Css Color HEX #B558AA Violet Blue

📋 copy color: '#B558AA'

red 181 ◦ green 88 ◦ blue 170

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

Shades of Violet Blue #B558AA

Tints of Violet Blue #B558AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.05%

 BLUE value IS 170 (66.8% from 255) = 38.72%

R = 41.23%
G = 20.05%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B558AA (or 0xB558AA) is known color: Violet Blue. HEX triplet: B5, 58 and AA. RGB value is (181,88,170). Sum of RGB (Red+Green+Blue) = 181+88+170=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B558AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B558AA is #4AA755. Grayscale: #7C7C7C. Windows color (decimal): -4892502 or 11163829. OLE color: 11163829.

HSL color Cylindrical-coordinate representation of color #B558AA: hue angle of 307.1º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B558AA is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 88 170 -
CMYK 0 0.51 0.06 0.29
HSL 307.1º 0.39% 0.53% -
HSV(B) 307.1º 0.51% 0.71% -
XYZ 29.8 19.71 40.26 -
YUV 125.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 181 88 170 0 0.51 0.06 0.29 307.1 0.39 0.53
Hex B5 58 AA 0 33 6 1D 133 27 35
Octal 265 130 252 0 63 6 35 463 47 65
Binary 10110101 1011000 10101010 0 110011 110 11101 100110011 100111 110101

Color Harmonies of #B558AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B558AA

Black with #B558AA

Text Example


Text Example

White with #B558AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B558AA; }

 p { color: rgb(181,88,170); }

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

background-color css

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

 a { background-color: rgb(181,88,170); }

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

border-color css

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

 span { border-color: rgb(181,88,170); }

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