Html Css Color HEX #BA72AD Bouquet

📋 copy color: '#BA72AD'

red 186 ◦ green 114 ◦ blue 173

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

Shades of Bouquet #BA72AD

Tints of Bouquet #BA72AD

RGB

 RED value IS 186 (73.05% from 255) = 39.32%

 GREEN value IS 114 (44.92% from 255) = 24.1%

 BLUE value IS 173 (67.97% from 255) = 36.58%

R = 39.32%
G = 24.1%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA72AD (or 0xBA72AD) is known color: Bouquet. HEX triplet: BA, 72 and AD. RGB value is (186,114,173). Sum of RGB (Red+Green+Blue) = 186+114+173=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BA72AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA72AD is #458D52. Grayscale: #8E8E8E. Windows color (decimal): -4558163 or 11367098. OLE color: 11367098.

HSL color Cylindrical-coordinate representation of color #BA72AD: hue angle of 310.83º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA72AD is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 114 173 -
CMYK 0 0.39 0.07 0.27
HSL 310.83º 0.34% 0.59% -
HSV(B) 310.83º 0.39% 0.73% -
XYZ 33.81 25.49 42.67 -
YUV 142.25 145.35 159.2 -
System Red Green Blue C M Y K H S L
Decimal 186 114 173 0 0.39 0.07 0.27 310.83 0.34 0.59
Hex BA 72 AD 0 27 7 1B 137 22 3B
Octal 272 162 255 0 47 7 33 467 42 73
Binary 10111010 1110010 10101101 0 100111 111 11011 100110111 100010 111011

Color Harmonies of #BA72AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72AD

Black with #BA72AD

Text Example


Text Example

White with #BA72AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72AD; }

 p { color: rgb(186,114,173); }

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

background-color css

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

 a { background-color: rgb(186,114,173); }

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

border-color css

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

 span { border-color: rgb(186,114,173); }

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