Html Css Color HEX #B578A1 Bouquet

📋 copy color: '#B578A1'

red 181 ◦ green 120 ◦ blue 161

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

Shades of Bouquet #B578A1

Tints of Bouquet #B578A1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.97%

 BLUE value IS 161 (63.28% from 255) = 34.85%

R = 39.18%
G = 25.97%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B578A1 (or 0xB578A1) is known color: Bouquet. HEX triplet: B5, 78 and A1. RGB value is (181,120,161). Sum of RGB (Red+Green+Blue) = 181+120+161=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B578A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B578A1 is #4A875E. Grayscale: #8E8E8E. Windows color (decimal): -4884319 or 10582197. OLE color: 10582197.

HSL color Cylindrical-coordinate representation of color #B578A1: hue angle of 319.67º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B578A1 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 120 161 -
CMYK 0 0.34 0.11 0.29
HSL 319.67º 0.29% 0.59% -
HSV(B) 319.67º 0.34% 0.71% -
XYZ 32.21 25.83 37.01 -
YUV 142.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 181 120 161 0 0.34 0.11 0.29 319.67 0.29 0.59
Hex B5 78 A1 0 22 B 1D 140 1D 3B
Octal 265 170 241 0 42 13 35 500 35 73
Binary 10110101 1111000 10100001 0 100010 1011 11101 101000000 11101 111011

Color Harmonies of #B578A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B578A1

Black with #B578A1

Text Example


Text Example

White with #B578A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B578A1; }

 p { color: rgb(181,120,161); }

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

background-color css

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

 a { background-color: rgb(181,120,161); }

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

border-color css

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

 span { border-color: rgb(181,120,161); }

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