Html Css Color HEX #BA3CC8 Fuchsia

📋 copy color: '#BA3CC8'

red 186 ◦ green 60 ◦ blue 200

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

Shades of Fuchsia #BA3CC8

Tints of Fuchsia #BA3CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.84%

R = 41.7%
G = 13.45%
B = 44.84%

CMYK

 C value IS 0.07

 M value IS 0.7

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA3CC8 (or 0xBA3CC8) is known color: Fuchsia. HEX triplet: BA, 3C and C8. RGB value is (186,60,200). Sum of RGB (Red+Green+Blue) = 186+60+200=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA3CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CC8 is #45C337. Grayscale: #717171. Windows color (decimal): -4571960 or 13122746. OLE color: 13122746.

HSL color Cylindrical-coordinate representation of color #BA3CC8: hue angle of 294º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3CC8 is Cyan = 0.07, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 60 200 -
CMYK 0.07 0.7 0 0.22
HSL 294º 0.56% 0.51% -
HSV(B) 294º 0.7% 0.78% -
XYZ 32.29 17.84 56.39 -
YUV 113.63 176.74 179.62 -
System Red Green Blue C M Y K H S L
Decimal 186 60 200 0.07 0.7 0 0.22 294 0.56 0.51
Hex BA 3C C8 7 46 0 16 126 38 33
Octal 272 74 310 7 106 0 26 446 70 63
Binary 10111010 111100 11001000 111 1000110 0 10110 100100110 111000 110011

Color Harmonies of #BA3CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3CC8

Black with #BA3CC8

Text Example


Text Example

White with #BA3CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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