Html Css Color HEX #B576A5 Bouquet

📋 copy color: '#B576A5'

red 181 ◦ green 118 ◦ blue 165

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

Shades of Bouquet #B576A5

Tints of Bouquet #B576A5

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.43%

 BLUE value IS 165 (64.84% from 255) = 35.56%

R = 39.01%
G = 25.43%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B576A5 (or 0xB576A5) is known color: Bouquet. HEX triplet: B5, 76 and A5. RGB value is (181,118,165). Sum of RGB (Red+Green+Blue) = 181+118+165=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B576A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B576A5 is #4A895A. Grayscale: #8E8E8E. Windows color (decimal): -4884827 or 10843829. OLE color: 10843829.

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

Color convert

RGB 181 118 165 -
CMYK 0 0.35 0.09 0.29
HSL 315.24º 0.3% 0.59% -
HSV(B) 315.24º 0.35% 0.71% -
XYZ 32.33 25.5 38.82 -
YUV 142.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 181 118 165 0 0.35 0.09 0.29 315.24 0.3 0.59
Hex B5 76 A5 0 23 9 1D 13B 1E 3B
Octal 265 166 245 0 43 11 35 473 36 73
Binary 10110101 1110110 10100101 0 100011 1001 11101 100111011 11110 111011

Color Harmonies of #B576A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B576A5

Black with #B576A5

Text Example


Text Example

White with #B576A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B576A5; }

 p { color: rgb(181,118,165); }

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

background-color css

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

 a { background-color: rgb(181,118,165); }

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

border-color css

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

 span { border-color: rgb(181,118,165); }

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