Html Css Color HEX #BA73A7 Bouquet

📋 copy color: '#BA73A7'

red 186 ◦ green 115 ◦ blue 167

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

Shades of Bouquet #BA73A7

Tints of Bouquet #BA73A7

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.57%

 BLUE value IS 167 (65.63% from 255) = 35.68%

R = 39.74%
G = 24.57%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA73A7 (or 0xBA73A7) is known color: Bouquet. HEX triplet: BA, 73 and A7. RGB value is (186,115,167). Sum of RGB (Red+Green+Blue) = 186+115+167=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA73A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA73A7 is #458C58. Grayscale: #8E8E8E. Windows color (decimal): -4557913 or 10974138. OLE color: 10974138.

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

Color convert

RGB 186 115 167 -
CMYK 0 0.38 0.10 0.27
HSL 316.06º 0.34% 0.59% -
HSV(B) 316.06º 0.38% 0.73% -
XYZ 33.36 25.49 39.72 -
YUV 142.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 186 115 167 0 0.38 0.10 0.27 316.06 0.34 0.59
Hex BA 73 A7 0 26 A 1B 13C 22 3B
Octal 272 163 247 0 46 12 33 474 42 73
Binary 10111010 1110011 10100111 0 100110 1010 11011 100111100 100010 111011

Color Harmonies of #BA73A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA73A7

Black with #BA73A7

Text Example


Text Example

White with #BA73A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA73A7; }

 p { color: rgb(186,115,167); }

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

background-color css

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

 a { background-color: rgb(186,115,167); }

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

border-color css

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

 span { border-color: rgb(186,115,167); }

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