Html Css Color HEX #BA42C0 Fuchsia

📋 copy color: '#BA42C0'

red 186 ◦ green 66 ◦ blue 192

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

Shades of Fuchsia #BA42C0

Tints of Fuchsia #BA42C0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.86%

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

R = 41.89%
G = 14.86%
B = 43.24%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA42C0 (or 0xBA42C0) is known color: Fuchsia. HEX triplet: BA, 42 and C0. RGB value is (186,66,192). Sum of RGB (Red+Green+Blue) = 186+66+192=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA42C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42C0 is #45BD3F. Grayscale: #737373. Windows color (decimal): -4570432 or 12599994. OLE color: 12599994.

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

Color convert

RGB 186 66 192 -
CMYK 0.03 0.66 0 0.25
HSL 297.14º 0.5% 0.51% -
HSV(B) 297.14º 0.66% 0.75% -
XYZ 31.71 18.14 51.7 -
YUV 116.24 170.76 177.75 -
System Red Green Blue C M Y K H S L
Decimal 186 66 192 0.03 0.66 0 0.25 297.14 0.5 0.51
Hex BA 42 C0 3 42 0 19 129 32 33
Octal 272 102 300 3 102 0 31 451 62 63
Binary 10111010 1000010 11000000 11 1000010 0 11001 100101001 110010 110011

Color Harmonies of #BA42C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42C0

Black with #BA42C0

Text Example


Text Example

White with #BA42C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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