Html Css Color HEX #BA75AD Bouquet

📋 copy color: '#BA75AD'

red 186 ◦ green 117 ◦ blue 173

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

Shades of Bouquet #BA75AD

Tints of Bouquet #BA75AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.58%

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

R = 39.08%
G = 24.58%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA75AD (or 0xBA75AD) is known color: Bouquet. HEX triplet: BA, 75 and AD. RGB value is (186,117,173). Sum of RGB (Red+Green+Blue) = 186+117+173=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA75AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA75AD is #458A52. Grayscale: #8F8F8F. Windows color (decimal): -4557395 or 11367866. OLE color: 11367866.

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

Color convert

RGB 186 117 173 -
CMYK 0 0.37 0.07 0.27
HSL 311.3º 0.33% 0.59% -
HSV(B) 311.3º 0.37% 0.73% -
XYZ 34.15 26.18 42.79 -
YUV 144.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 186 117 173 0 0.37 0.07 0.27 311.3 0.33 0.59
Hex BA 75 AD 0 25 7 1B 137 21 3B
Octal 272 165 255 0 45 7 33 467 41 73
Binary 10111010 1110101 10101101 0 100101 111 11011 100110111 100001 111011

Color Harmonies of #BA75AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA75AD

Black with #BA75AD

Text Example


Text Example

White with #BA75AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA75AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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