Html Css Color HEX #B554A6 Violet Blue

📋 copy color: '#B554A6'

red 181 ◦ green 84 ◦ blue 166

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

Shades of Violet Blue #B554A6

Tints of Violet Blue #B554A6

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.49%

 BLUE value IS 166 (65.23% from 255) = 38.52%

R = 42%
G = 19.49%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B554A6 (or 0xB554A6) is known color: Violet Blue. HEX triplet: B5, 54 and A6. RGB value is (181,84,166). Sum of RGB (Red+Green+Blue) = 181+84+166=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B554A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B554A6 is #4AAB59. Grayscale: #7A7A7A. Windows color (decimal): -4893530 or 10900661. OLE color: 10900661.

HSL color Cylindrical-coordinate representation of color #B554A6: hue angle of 309.28º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B554A6 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 84 166 -
CMYK 0 0.54 0.08 0.29
HSL 309.28º 0.4% 0.52% -
HSV(B) 309.28º 0.54% 0.71% -
XYZ 29.11 18.92 38.19 -
YUV 122.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 181 84 166 0 0.54 0.08 0.29 309.28 0.4 0.52
Hex B5 54 A6 0 36 8 1D 135 28 34
Octal 265 124 246 0 66 10 35 465 50 64
Binary 10110101 1010100 10100110 0 110110 1000 11101 100110101 101000 110100

Color Harmonies of #B554A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B554A6

Black with #B554A6

Text Example


Text Example

White with #B554A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B554A6; }

 p { color: rgb(181,84,166); }

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

background-color css

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

 a { background-color: rgb(181,84,166); }

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

border-color css

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

 span { border-color: rgb(181,84,166); }

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