Html Css Color HEX #BA6DA7 Bouquet

📋 copy color: '#BA6DA7'

red 186 ◦ green 109 ◦ blue 167

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

Shades of Bouquet #BA6DA7

Tints of Bouquet #BA6DA7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.59%

 BLUE value IS 167 (65.63% from 255) = 36.15%

R = 40.26%
G = 23.59%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA6DA7 (or 0xBA6DA7) is known color: Bouquet. HEX triplet: BA, 6D and A7. RGB value is (186,109,167). Sum of RGB (Red+Green+Blue) = 186+109+167=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6DA7 is #459258. Grayscale: #8A8A8A. Windows color (decimal): -4559449 or 10972602. OLE color: 10972602.

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

Color convert

RGB 186 109 167 -
CMYK 0 0.41 0.10 0.27
HSL 314.81º 0.36% 0.58% -
HSV(B) 314.81º 0.41% 0.73% -
XYZ 32.69 24.17 39.5 -
YUV 138.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 186 109 167 0 0.41 0.10 0.27 314.81 0.36 0.58
Hex BA 6D A7 0 29 A 1B 13B 24 3A
Octal 272 155 247 0 51 12 33 473 44 72
Binary 10111010 1101101 10100111 0 101001 1010 11011 100111011 100100 111010

Color Harmonies of #BA6DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6DA7

Black with #BA6DA7

Text Example


Text Example

White with #BA6DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6DA7; }

 p { color: rgb(186,109,167); }

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

background-color css

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

 a { background-color: rgb(186,109,167); }

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

border-color css

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

 span { border-color: rgb(186,109,167); }

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