Html Css Color HEX #BA58BE Fuchsia

📋 copy color: '#BA58BE'

red 186 ◦ green 88 ◦ blue 190

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

Shades of Fuchsia #BA58BE

Tints of Fuchsia #BA58BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 40.09%
G = 18.97%
B = 40.95%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA58BE (or 0xBA58BE) is known color: Fuchsia. HEX triplet: BA, 58 and BE. RGB value is (186,88,190). Sum of RGB (Red+Green+Blue) = 186+88+190=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA58BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58BE is #45A741. Grayscale: #808080. Windows color (decimal): -4564802 or 12474554. OLE color: 12474554.

HSL color Cylindrical-coordinate representation of color #BA58BE: hue angle of 297.65º degrees, saturation: 0.44, 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 #BA58BE is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 88 190 -
CMYK 0.02 0.54 0 0.25
HSL 297.65º 0.44% 0.55% -
HSV(B) 297.65º 0.54% 0.75% -
XYZ 33.03 21.14 51.05 -
YUV 128.93 162.47 168.71 -
System Red Green Blue C M Y K H S L
Decimal 186 88 190 0.02 0.54 0 0.25 297.65 0.44 0.55
Hex BA 58 BE 2 36 0 19 12A 2C 37
Octal 272 130 276 2 66 0 31 452 54 67
Binary 10111010 1011000 10111110 10 110110 0 11001 100101010 101100 110111

Color Harmonies of #BA58BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA58BE

Black with #BA58BE

Text Example


Text Example

White with #BA58BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA58BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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