Html Css Color HEX #BA3CC0 Fuchsia

📋 copy color: '#BA3CC0'

red 186 ◦ green 60 ◦ blue 192

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

Shades of Fuchsia #BA3CC0

Tints of Fuchsia #BA3CC0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.7%

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

R = 42.47%
G = 13.7%
B = 43.84%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA3CC0 (or 0xBA3CC0) is known color: Fuchsia. HEX triplet: BA, 3C and C0. RGB value is (186,60,192). Sum of RGB (Red+Green+Blue) = 186+60+192=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA3CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CC0 is #45C33F. Grayscale: #707070. Windows color (decimal): -4571968 or 12598458. OLE color: 12598458.

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

Color convert

RGB 186 60 192 -
CMYK 0.03 0.69 0 0.25
HSL 297.27º 0.52% 0.49% -
HSV(B) 297.27º 0.69% 0.75% -
XYZ 31.38 17.48 51.59 -
YUV 112.72 172.74 180.27 -
System Red Green Blue C M Y K H S L
Decimal 186 60 192 0.03 0.69 0 0.25 297.27 0.52 0.49
Hex BA 3C C0 3 45 0 19 129 34 31
Octal 272 74 300 3 105 0 31 451 64 61
Binary 10111010 111100 11000000 11 1000101 0 11001 100101001 110100 110001

Color Harmonies of #BA3CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3CC0

Black with #BA3CC0

Text Example


Text Example

White with #BA3CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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