Html Css Color HEX #BA72A8 Bouquet

📋 copy color: '#BA72A8'

red 186 ◦ green 114 ◦ blue 168

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

Shades of Bouquet #BA72A8

Tints of Bouquet #BA72A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.9%

R = 39.74%
G = 24.36%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA72A8 (or 0xBA72A8) is known color: Bouquet. HEX triplet: BA, 72 and A8. RGB value is (186,114,168). Sum of RGB (Red+Green+Blue) = 186+114+168=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA72A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA72A8 is #458D57. Grayscale: #8D8D8D. Windows color (decimal): -4558168 or 11039418. OLE color: 11039418.

HSL color Cylindrical-coordinate representation of color #BA72A8: hue angle of 315º 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 #BA72A8 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 114 168 -
CMYK 0 0.39 0.10 0.27
HSL 315º 0.34% 0.59% -
HSV(B) 315º 0.39% 0.73% -
XYZ 33.33 25.3 40.17 -
YUV 141.68 142.85 159.61 -
System Red Green Blue C M Y K H S L
Decimal 186 114 168 0 0.39 0.10 0.27 315 0.34 0.59
Hex BA 72 A8 0 27 A 1B 13B 22 3B
Octal 272 162 250 0 47 12 33 473 42 73
Binary 10111010 1110010 10101000 0 100111 1010 11011 100111011 100010 111011

Color Harmonies of #BA72A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72A8

Black with #BA72A8

Text Example


Text Example

White with #BA72A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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