Html Css Color HEX #BA6FAB Bouquet

📋 copy color: '#BA6FAB'

red 186 ◦ green 111 ◦ blue 171

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

Shades of Bouquet #BA6FAB

Tints of Bouquet #BA6FAB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.72%

 BLUE value IS 171 (67.19% from 255) = 36.54%

R = 39.74%
G = 23.72%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA6FAB (or 0xBA6FAB) is known color: Bouquet. HEX triplet: BA, 6F and AB. RGB value is (186,111,171). Sum of RGB (Red+Green+Blue) = 186+111+171=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6FAB is #459054. Grayscale: #8C8C8C. Windows color (decimal): -4558933 or 11235258. OLE color: 11235258.

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

Color convert

RGB 186 111 171 -
CMYK 0 0.40 0.08 0.27
HSL 312º 0.35% 0.58% -
HSV(B) 312º 0.4% 0.73% -
XYZ 33.28 24.75 41.55 -
YUV 140.27 145.35 160.62 -
System Red Green Blue C M Y K H S L
Decimal 186 111 171 0 0.40 0.08 0.27 312 0.35 0.58
Hex BA 6F AB 0 28 8 1B 138 23 3A
Octal 272 157 253 0 50 10 33 470 43 72
Binary 10111010 1101111 10101011 0 101000 1000 11011 100111000 100011 111010

Color Harmonies of #BA6FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FAB

Black with #BA6FAB

Text Example


Text Example

White with #BA6FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FAB; }

 p { color: rgb(186,111,171); }

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

background-color css

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

 a { background-color: rgb(186,111,171); }

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

border-color css

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

 span { border-color: rgb(186,111,171); }

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