Html Css Color HEX #BA70AD Bouquet

📋 copy color: '#BA70AD'

red 186 ◦ green 112 ◦ blue 173

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

Shades of Bouquet #BA70AD

Tints of Bouquet #BA70AD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.78%

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

R = 39.49%
G = 23.78%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA70AD (or 0xBA70AD) is known color: Bouquet. HEX triplet: BA, 70 and AD. RGB value is (186,112,173). Sum of RGB (Red+Green+Blue) = 186+112+173=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA70AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA70AD is #458F52. Grayscale: #8C8C8C. Windows color (decimal): -4558675 or 11366586. OLE color: 11366586.

HSL color Cylindrical-coordinate representation of color #BA70AD: hue angle of 310.54º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA70AD is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 112 173 -
CMYK 0 0.40 0.07 0.27
HSL 310.54º 0.35% 0.58% -
HSV(B) 310.54º 0.4% 0.73% -
XYZ 33.59 25.04 42.6 -
YUV 141.08 146.02 160.04 -
System Red Green Blue C M Y K H S L
Decimal 186 112 173 0 0.40 0.07 0.27 310.54 0.35 0.58
Hex BA 70 AD 0 28 7 1B 137 23 3A
Octal 272 160 255 0 50 7 33 467 43 72
Binary 10111010 1110000 10101101 0 101000 111 11011 100110111 100011 111010

Color Harmonies of #BA70AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA70AD

Black with #BA70AD

Text Example


Text Example

White with #BA70AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA70AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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