Html Css Color HEX #BA3CC7 Fuchsia

📋 copy color: '#BA3CC7'

red 186 ◦ green 60 ◦ blue 199

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

Shades of Fuchsia #BA3CC7

Tints of Fuchsia #BA3CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.72%

R = 41.8%
G = 13.48%
B = 44.72%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA3CC7 (or 0xBA3CC7) is known color: Fuchsia. HEX triplet: BA, 3C and C7. RGB value is (186,60,199). Sum of RGB (Red+Green+Blue) = 186+60+199=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA3CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CC7 is #45C338. Grayscale: #717171. Windows color (decimal): -4571961 or 13057210. OLE color: 13057210.

HSL color Cylindrical-coordinate representation of color #BA3CC7: hue angle of 294.39º degrees, saturation: 0.55, 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 #BA3CC7 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 60 199 -
CMYK 0.07 0.70 0 0.22
HSL 294.39º 0.55% 0.51% -
HSV(B) 294.39º 0.7% 0.78% -
XYZ 32.17 17.79 55.77 -
YUV 113.52 176.24 179.7 -
System Red Green Blue C M Y K H S L
Decimal 186 60 199 0.07 0.70 0 0.22 294.39 0.55 0.51
Hex BA 3C C7 7 46 0 16 126 37 33
Octal 272 74 307 7 106 0 26 446 67 63
Binary 10111010 111100 11000111 111 1000110 0 10110 100100110 110111 110011

Color Harmonies of #BA3CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3CC7

Black with #BA3CC7

Text Example


Text Example

White with #BA3CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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