Html Css Color HEX #B671A6 Bouquet

📋 copy color: '#B671A6'

red 182 ◦ green 113 ◦ blue 166

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

Shades of Bouquet #B671A6

Tints of Bouquet #B671A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.01%

R = 39.48%
G = 24.51%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B671A6 (or 0xB671A6) is known color: Bouquet. HEX triplet: B6, 71 and A6. RGB value is (182,113,166). Sum of RGB (Red+Green+Blue) = 182+113+166=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 182 - color contains mainly: red. Hex color #B671A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B671A6 is #498E59. Grayscale: #8B8B8B. Windows color (decimal): -4820570 or 10908086. OLE color: 10908086.

HSL color Cylindrical-coordinate representation of color #B671A6: hue angle of 313.91º 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 #B671A6 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 113 166 -
CMYK 0 0.38 0.09 0.29
HSL 313.91º 0.32% 0.58% -
HSV(B) 313.91º 0.38% 0.71% -
XYZ 32.08 24.51 39.12 -
YUV 139.67 142.86 158.19 -
System Red Green Blue C M Y K H S L
Decimal 182 113 166 0 0.38 0.09 0.29 313.91 0.32 0.58
Hex B6 71 A6 0 26 9 1D 13A 20 3A
Octal 266 161 246 0 46 11 35 472 40 72
Binary 10110110 1110001 10100110 0 100110 1001 11101 100111010 100000 111010

Color Harmonies of #B671A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B671A6

Black with #B671A6

Text Example


Text Example

White with #B671A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B671A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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