Html Css Color HEX #BA58C0 Fuchsia

📋 copy color: '#BA58C0'

red 186 ◦ green 88 ◦ blue 192

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

Shades of Fuchsia #BA58C0

Tints of Fuchsia #BA58C0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.88%

 BLUE value IS 192 (75.39% from 255) = 41.2%

R = 39.91%
G = 18.88%
B = 41.2%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA58C0 (or 0xBA58C0) is known color: Fuchsia. HEX triplet: BA, 58 and C0. RGB value is (186,88,192). Sum of RGB (Red+Green+Blue) = 186+88+192=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA58C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58C0 is #45A73F. Grayscale: #808080. Windows color (decimal): -4564800 or 12605626. OLE color: 12605626.

HSL color Cylindrical-coordinate representation of color #BA58C0: hue angle of 296.54º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA58C0 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 88 192 -
CMYK 0.03 0.54 0 0.25
HSL 296.54º 0.45% 0.55% -
HSV(B) 296.54º 0.54% 0.75% -
XYZ 33.25 21.22 52.21 -
YUV 129.16 163.47 168.54 -
System Red Green Blue C M Y K H S L
Decimal 186 88 192 0.03 0.54 0 0.25 296.54 0.45 0.55
Hex BA 58 C0 3 36 0 19 129 2D 37
Octal 272 130 300 3 66 0 31 451 55 67
Binary 10111010 1011000 11000000 11 110110 0 11001 100101001 101101 110111

Color Harmonies of #BA58C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA58C0

Black with #BA58C0

Text Example


Text Example

White with #BA58C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA58C0; }

 p { color: rgb(186,88,192); }

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

background-color css

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

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

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

border-color css

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

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

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