Html Css Color HEX #BA6FBA Fuchsia

📋 copy color: '#BA6FBA'

red 186 ◦ green 111 ◦ blue 186

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

Shades of Fuchsia #BA6FBA

Tints of Fuchsia #BA6FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.51%

R = 38.51%
G = 22.98%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA6FBA (or 0xBA6FBA) is known color: Fuchsia. HEX triplet: BA, 6F and BA. RGB value is (186,111,186). Sum of RGB (Red+Green+Blue) = 186+111+186=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA6FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FBA is #459045. Grayscale: #8D8D8D. Windows color (decimal): -4558918 or 12218298. OLE color: 12218298.

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

Color convert

RGB 186 111 186 -
CMYK 0 0.40 0 0.27
HSL 300º 0.35% 0.58% -
HSV(B) 300º 0.4% 0.73% -
XYZ 34.8 25.35 49.51 -
YUV 141.98 152.85 159.4 -
System Red Green Blue C M Y K H S L
Decimal 186 111 186 0 0.40 0 0.27 300 0.35 0.58
Hex BA 6F BA 0 28 0 1B 12C 23 3A
Octal 272 157 272 0 50 0 33 454 43 72
Binary 10111010 1101111 10111010 0 101000 0 11011 100101100 100011 111010

Color Harmonies of #BA6FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FBA

Black with #BA6FBA

Text Example


Text Example

White with #BA6FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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