Html Css Color HEX #B558A8 Violet Blue

📋 copy color: '#B558A8'

red 181 ◦ green 88 ◦ blue 168

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

Shades of Violet Blue #B558A8

Tints of Violet Blue #B558A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.44%

R = 41.42%
G = 20.14%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B558A8 (or 0xB558A8) is known color: Violet Blue. HEX triplet: B5, 58 and A8. RGB value is (181,88,168). Sum of RGB (Red+Green+Blue) = 181+88+168=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B558A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B558A8 is #4AA757. Grayscale: #7C7C7C. Windows color (decimal): -4892504 or 11032757. OLE color: 11032757.

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

Color convert

RGB 181 88 168 -
CMYK 0 0.51 0.07 0.29
HSL 308.39º 0.39% 0.53% -
HSV(B) 308.39º 0.51% 0.71% -
XYZ 29.61 19.63 39.27 -
YUV 124.93 152.31 168 -
System Red Green Blue C M Y K H S L
Decimal 181 88 168 0 0.51 0.07 0.29 308.39 0.39 0.53
Hex B5 58 A8 0 33 7 1D 134 27 35
Octal 265 130 250 0 63 7 35 464 47 65
Binary 10110101 1011000 10101000 0 110011 111 11101 100110100 100111 110101

Color Harmonies of #B558A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B558A8

Black with #B558A8

Text Example


Text Example

White with #B558A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B558A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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