Html Css Color HEX #BA6BAE Fuchsia

📋 copy color: '#BA6BAE'

red 186 ◦ green 107 ◦ blue 174

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

Shades of Fuchsia #BA6BAE

Tints of Fuchsia #BA6BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.91%

 BLUE value IS 174 (68.36% from 255) = 37.26%

R = 39.83%
G = 22.91%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA6BAE (or 0xBA6BAE) is known color: Fuchsia. HEX triplet: BA, 6B and AE. RGB value is (186,107,174). Sum of RGB (Red+Green+Blue) = 186+107+174=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6BAE is #459451. Grayscale: #8A8A8A. Windows color (decimal): -4559954 or 11430842. OLE color: 11430842.

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

Color convert

RGB 186 107 174 -
CMYK 0 0.42 0.06 0.27
HSL 309.11º 0.36% 0.57% -
HSV(B) 309.11º 0.42% 0.73% -
XYZ 33.15 24.01 42.93 -
YUV 138.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 186 107 174 0 0.42 0.06 0.27 309.11 0.36 0.57
Hex BA 6B AE 0 2A 6 1B 135 24 39
Octal 272 153 256 0 52 6 33 465 44 71
Binary 10111010 1101011 10101110 0 101010 110 11011 100110101 100100 111001

Color Harmonies of #BA6BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6BAE

Black with #BA6BAE

Text Example


Text Example

White with #BA6BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6BAE; }

 p { color: rgb(186,107,174); }

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

background-color css

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

 a { background-color: rgb(186,107,174); }

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

border-color css

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

 span { border-color: rgb(186,107,174); }

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