Html Css Color HEX #BA74AD Bouquet

📋 copy color: '#BA74AD'

red 186 ◦ green 116 ◦ blue 173

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

Shades of Bouquet #BA74AD

Tints of Bouquet #BA74AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.42%

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

R = 39.16%
G = 24.42%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA74AD (or 0xBA74AD) is known color: Bouquet. HEX triplet: BA, 74 and AD. RGB value is (186,116,173). Sum of RGB (Red+Green+Blue) = 186+116+173=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA74AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA74AD is #458B52. Grayscale: #8F8F8F. Windows color (decimal): -4557651 or 11367610. OLE color: 11367610.

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

Color convert

RGB 186 116 173 -
CMYK 0 0.38 0.07 0.27
HSL 311.14º 0.34% 0.59% -
HSV(B) 311.14º 0.38% 0.73% -
XYZ 34.04 25.95 42.75 -
YUV 143.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 186 116 173 0 0.38 0.07 0.27 311.14 0.34 0.59
Hex BA 74 AD 0 26 7 1B 137 22 3B
Octal 272 164 255 0 46 7 33 467 42 73
Binary 10111010 1110100 10101101 0 100110 111 11011 100110111 100010 111011

Color Harmonies of #BA74AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA74AD

Black with #BA74AD

Text Example


Text Example

White with #BA74AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA74AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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