Html Css Color HEX #BA5FBA Fuchsia

📋 copy color: '#BA5FBA'

red 186 ◦ green 95 ◦ blue 186

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

Shades of Fuchsia #BA5FBA

Tints of Fuchsia #BA5FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.34%

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

R = 39.83%
G = 20.34%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA5FBA (or 0xBA5FBA) is known color: Fuchsia. HEX triplet: BA, 5F and BA. RGB value is (186,95,186). Sum of RGB (Red+Green+Blue) = 186+95+186=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA5FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FBA is #45A045. Grayscale: #848484. Windows color (decimal): -4563014 or 12214202. OLE color: 12214202.

HSL color Cylindrical-coordinate representation of color #BA5FBA: hue angle of 300º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5FBA is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 95 186 -
CMYK 0 0.49 0 0.27
HSL 300º 0.4% 0.55% -
HSV(B) 300º 0.49% 0.73% -
XYZ 33.2 22.17 48.98 -
YUV 132.58 158.15 166.1 -
System Red Green Blue C M Y K H S L
Decimal 186 95 186 0 0.49 0 0.27 300 0.4 0.55
Hex BA 5F BA 0 31 0 1B 12C 28 37
Octal 272 137 272 0 61 0 33 454 50 67
Binary 10111010 1011111 10111010 0 110001 0 11011 100101100 101000 110111

Color Harmonies of #BA5FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FBA

Black with #BA5FBA

Text Example


Text Example

White with #BA5FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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