Html Css Color HEX #BD71AC Bouquet

📋 copy color: '#BD71AC'

red 189 ◦ green 113 ◦ blue 172

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

Shades of Bouquet #BD71AC

Tints of Bouquet #BD71AC

RGB

 RED value IS 189 (74.22% from 255) = 39.87%

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

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 39.87%
G = 23.84%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD71AC (or 0xBD71AC) is known color: Bouquet. HEX triplet: BD, 71 and AC. RGB value is (189,113,172). Sum of RGB (Red+Green+Blue) = 189+113+172=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BD71AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD71AC is #428E53. Grayscale: #8E8E8E. Windows color (decimal): -4361812 or 11301309. OLE color: 11301309.

HSL color Cylindrical-coordinate representation of color #BD71AC: hue angle of 313.42º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD71AC is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 113 172 -
CMYK 0 0.40 0.09 0.26
HSL 313.42º 0.37% 0.59% -
HSV(B) 313.42º 0.4% 0.74% -
XYZ 34.34 25.61 42.16 -
YUV 142.45 144.68 161.2 -
System Red Green Blue C M Y K H S L
Decimal 189 113 172 0 0.40 0.09 0.26 313.42 0.37 0.59
Hex BD 71 AC 0 28 9 1A 139 25 3B
Octal 275 161 254 0 50 11 32 471 45 73
Binary 10111101 1110001 10101100 0 101000 1001 11010 100111001 100101 111011

Color Harmonies of #BD71AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD71AC

Black with #BD71AC

Text Example


Text Example

White with #BD71AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD71AC; }

 p { color: rgb(189,113,172); }

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

background-color css

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

 a { background-color: rgb(189,113,172); }

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

border-color css

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

 span { border-color: rgb(189,113,172); }

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