Html Css Color HEX #B575AB Bouquet

📋 copy color: '#B575AB'

red 181 ◦ green 117 ◦ blue 171

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

Shades of Bouquet #B575AB

Tints of Bouquet #B575AB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.95%

 BLUE value IS 171 (67.19% from 255) = 36.46%

R = 38.59%
G = 24.95%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B575AB (or 0xB575AB) is known color: Bouquet. HEX triplet: B5, 75 and AB. RGB value is (181,117,171). Sum of RGB (Red+Green+Blue) = 181+117+171=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B575AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B575AB is #4A8A54. Grayscale: #8E8E8E. Windows color (decimal): -4885077 or 11236789. OLE color: 11236789.

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

Color convert

RGB 181 117 171 -
CMYK 0 0.35 0.06 0.29
HSL 309.38º 0.3% 0.58% -
HSV(B) 309.38º 0.35% 0.71% -
XYZ 32.77 25.49 41.72 -
YUV 142.29 144.2 155.61 -
System Red Green Blue C M Y K H S L
Decimal 181 117 171 0 0.35 0.06 0.29 309.38 0.3 0.58
Hex B5 75 AB 0 23 6 1D 135 1E 3A
Octal 265 165 253 0 43 6 35 465 36 72
Binary 10110101 1110101 10101011 0 100011 110 11101 100110101 11110 111010

Color Harmonies of #B575AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B575AB

Black with #B575AB

Text Example


Text Example

White with #B575AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B575AB; }

 p { color: rgb(181,117,171); }

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

background-color css

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

 a { background-color: rgb(181,117,171); }

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

border-color css

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

 span { border-color: rgb(181,117,171); }

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