Html Css Color HEX #B580A5 Bouquet

📋 copy color: '#B580A5'

red 181 ◦ green 128 ◦ blue 165

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

Shades of Bouquet #B580A5

Tints of Bouquet #B580A5

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27%

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

R = 38.19%
G = 27%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B580A5 (or 0xB580A5) is known color: Bouquet. HEX triplet: B5, 80 and A5. RGB value is (181,128,165). Sum of RGB (Red+Green+Blue) = 181+128+165=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B580A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B580A5 is #4A7F5A. Grayscale: #939393. Windows color (decimal): -4882267 or 10846389. OLE color: 10846389.

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

Color convert

RGB 181 128 165 -
CMYK 0 0.29 0.09 0.29
HSL 318.11º 0.26% 0.61% -
HSV(B) 318.11º 0.29% 0.71% -
XYZ 33.57 27.98 39.23 -
YUV 148.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 181 128 165 0 0.29 0.09 0.29 318.11 0.26 0.61
Hex B5 80 A5 0 1D 9 1D 13E 1A 3D
Octal 265 200 245 0 35 11 35 476 32 75
Binary 10110101 10000000 10100101 0 11101 1001 11101 100111110 11010 111101

Color Harmonies of #B580A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B580A5

Black with #B580A5

Text Example


Text Example

White with #B580A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B580A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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