Html Css Color HEX #BA58BB Fuchsia

📋 copy color: '#BA58BB'

red 186 ◦ green 88 ◦ blue 187

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

Shades of Fuchsia #BA58BB

Tints of Fuchsia #BA58BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 40.35%
G = 19.09%
B = 40.56%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA58BB (or 0xBA58BB) is known color: Fuchsia. HEX triplet: BA, 58 and BB. RGB value is (186,88,187). Sum of RGB (Red+Green+Blue) = 186+88+187=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA58BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58BB is #45A744. Grayscale: #808080. Windows color (decimal): -4564805 or 12277946. OLE color: 12277946.

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

Color convert

RGB 186 88 187 -
CMYK 0.01 0.53 0 0.27
HSL 299.39º 0.42% 0.54% -
HSV(B) 299.39º 0.53% 0.73% -
XYZ 32.71 21.01 49.34 -
YUV 128.59 160.97 168.95 -
System Red Green Blue C M Y K H S L
Decimal 186 88 187 0.01 0.53 0 0.27 299.39 0.42 0.54
Hex BA 58 BB 1 35 0 1B 12B 2A 36
Octal 272 130 273 1 65 0 33 453 52 66
Binary 10111010 1011000 10111011 1 110101 0 11011 100101011 101010 110110

Color Harmonies of #BA58BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA58BB

Black with #BA58BB

Text Example


Text Example

White with #BA58BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA58BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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