Html Css Color HEX #BA2DC5 Fuchsia

📋 copy color: '#BA2DC5'

red 186 ◦ green 45 ◦ blue 197

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

Shades of Fuchsia #BA2DC5

Tints of Fuchsia #BA2DC5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.51%

 BLUE value IS 197 (77.34% from 255) = 46.03%

R = 43.46%
G = 10.51%
B = 46.03%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA2DC5 (or 0xBA2DC5) is known color: Fuchsia. HEX triplet: BA, 2D and C5. RGB value is (186,45,197). Sum of RGB (Red+Green+Blue) = 186+45+197=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 197 (77.34% from 255 or 46.03% from 428); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA2DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DC5 is #45D23A. Grayscale: #686868. Windows color (decimal): -4575803 or 12922298. OLE color: 12922298.

HSL color Cylindrical-coordinate representation of color #BA2DC5: hue angle of 295.66º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2DC5 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 45 197 -
CMYK 0.06 0.77 0 0.23
HSL 295.66º 0.63% 0.47% -
HSV(B) 295.66º 0.77% 0.77% -
XYZ 31.27 16.35 54.33 -
YUV 104.49 180.21 186.14 -
System Red Green Blue C M Y K H S L
Decimal 186 45 197 0.06 0.77 0 0.23 295.66 0.63 0.47
Hex BA 2D C5 6 4D 0 17 128 3F 2F
Octal 272 55 305 6 115 0 27 450 77 57
Binary 10111010 101101 11000101 110 1001101 0 10111 100101000 111111 101111

Color Harmonies of #BA2DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2DC5

Black with #BA2DC5

Text Example


Text Example

White with #BA2DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2DC5; }

 p { color: rgb(186,45,197); }

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

background-color css

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

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

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

border-color css

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

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

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