Html Css Color HEX #B671AA Bouquet

📋 copy color: '#B671AA'

red 182 ◦ green 113 ◦ blue 170

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

Shades of Bouquet #B671AA

Tints of Bouquet #B671AA

RGB

 RED value IS 182 (71.48% from 255) = 39.14%

 GREEN value IS 113 (44.53% from 255) = 24.3%

 BLUE value IS 170 (66.8% from 255) = 36.56%

R = 39.14%
G = 24.3%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B671AA (or 0xB671AA) is known color: Bouquet. HEX triplet: B6, 71 and AA. RGB value is (182,113,170). Sum of RGB (Red+Green+Blue) = 182+113+170=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B671AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B671AA is #498E55. Grayscale: #8B8B8B. Windows color (decimal): -4820566 or 11170230. OLE color: 11170230.

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

Color convert

RGB 182 113 170 -
CMYK 0 0.38 0.07 0.29
HSL 310.43º 0.32% 0.58% -
HSV(B) 310.43º 0.38% 0.71% -
XYZ 32.45 24.66 41.08 -
YUV 140.13 144.86 157.87 -
System Red Green Blue C M Y K H S L
Decimal 182 113 170 0 0.38 0.07 0.29 310.43 0.32 0.58
Hex B6 71 AA 0 26 7 1D 136 20 3A
Octal 266 161 252 0 46 7 35 466 40 72
Binary 10110110 1110001 10101010 0 100110 111 11101 100110110 100000 111010

Color Harmonies of #B671AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B671AA

Black with #B671AA

Text Example


Text Example

White with #B671AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B671AA; }

 p { color: rgb(182,113,170); }

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

background-color css

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

 a { background-color: rgb(182,113,170); }

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

border-color css

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

 span { border-color: rgb(182,113,170); }

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