Html Css Color HEX #BA75A1 Bouquet

📋 copy color: '#BA75A1'

red 186 ◦ green 117 ◦ blue 161

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

Shades of Bouquet #BA75A1

Tints of Bouquet #BA75A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.7%

R = 40.09%
G = 25.22%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA75A1 (or 0xBA75A1) is known color: Bouquet. HEX triplet: BA, 75 and A1. RGB value is (186,117,161). Sum of RGB (Red+Green+Blue) = 186+117+161=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA75A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA75A1 is #458A5E. Grayscale: #8E8E8E. Windows color (decimal): -4557407 or 10581434. OLE color: 10581434.

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

Color convert

RGB 186 117 161 -
CMYK 0 0.37 0.13 0.27
HSL 321.74º 0.33% 0.59% -
HSV(B) 321.74º 0.37% 0.73% -
XYZ 33.04 25.73 36.94 -
YUV 142.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 186 117 161 0 0.37 0.13 0.27 321.74 0.33 0.59
Hex BA 75 A1 0 25 D 1B 142 21 3B
Octal 272 165 241 0 45 15 33 502 41 73
Binary 10111010 1110101 10100001 0 100101 1101 11011 101000010 100001 111011

Color Harmonies of #BA75A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA75A1

Black with #BA75A1

Text Example


Text Example

White with #BA75A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA75A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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