Html Css Color HEX #BA78A8 Bouquet

📋 copy color: '#BA78A8'

red 186 ◦ green 120 ◦ blue 168

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

Shades of Bouquet #BA78A8

Tints of Bouquet #BA78A8

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.32%

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

R = 39.24%
G = 25.32%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA78A8 (or 0xBA78A8) is known color: Bouquet. HEX triplet: BA, 78 and A8. RGB value is (186,120,168). Sum of RGB (Red+Green+Blue) = 186+120+168=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA78A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA78A8 is #458757. Grayscale: #919191. Windows color (decimal): -4556632 or 11040954. OLE color: 11040954.

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

Color convert

RGB 186 120 168 -
CMYK 0 0.35 0.10 0.27
HSL 316.36º 0.32% 0.6% -
HSV(B) 316.36º 0.35% 0.73% -
XYZ 34.03 26.7 40.41 -
YUV 145.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 186 120 168 0 0.35 0.10 0.27 316.36 0.32 0.6
Hex BA 78 A8 0 23 A 1B 13C 20 3C
Octal 272 170 250 0 43 12 33 474 40 74
Binary 10111010 1111000 10101000 0 100011 1010 11011 100111100 100000 111100

Color Harmonies of #BA78A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA78A8

Black with #BA78A8

Text Example


Text Example

White with #BA78A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA78A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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