Html Css Color HEX #BA2DC4 Fuchsia

📋 copy color: '#BA2DC4'

red 186 ◦ green 45 ◦ blue 196

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

Shades of Fuchsia #BA2DC4

Tints of Fuchsia #BA2DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 45.9%

R = 43.56%
G = 10.54%
B = 45.9%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA2DC4 (or 0xBA2DC4) is known color: Fuchsia. HEX triplet: BA, 2D and C4. RGB value is (186,45,196). Sum of RGB (Red+Green+Blue) = 186+45+196=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 196 (76.95% from 255 or 45.90% from 427); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA2DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DC4 is #45D23B. Grayscale: #676767. Windows color (decimal): -4575804 or 12856762. OLE color: 12856762.

HSL color Cylindrical-coordinate representation of color #BA2DC4: hue angle of 296.03º 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 #BA2DC4 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 45 196 -
CMYK 0.05 0.77 0 0.23
HSL 296.03º 0.63% 0.47% -
HSV(B) 296.03º 0.77% 0.77% -
XYZ 31.15 16.3 53.73 -
YUV 104.37 179.71 186.22 -
System Red Green Blue C M Y K H S L
Decimal 186 45 196 0.05 0.77 0 0.23 296.03 0.63 0.47
Hex BA 2D C4 5 4D 0 17 128 3F 2F
Octal 272 55 304 5 115 0 27 450 77 57
Binary 10111010 101101 11000100 101 1001101 0 10111 100101000 111111 101111

Color Harmonies of #BA2DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2DC4

Black with #BA2DC4

Text Example


Text Example

White with #BA2DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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