Html Css Color HEX #BA3CC9 Fuchsia

📋 copy color: '#BA3CC9'

red 186 ◦ green 60 ◦ blue 201

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

Shades of Fuchsia #BA3CC9

Tints of Fuchsia #BA3CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.97%

R = 41.61%
G = 13.42%
B = 44.97%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA3CC9 (or 0xBA3CC9) is known color: Fuchsia. HEX triplet: BA, 3C and C9. RGB value is (186,60,201). Sum of RGB (Red+Green+Blue) = 186+60+201=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA3CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CC9 is #45C336. Grayscale: #717171. Windows color (decimal): -4571959 or 13188282. OLE color: 13188282.

HSL color Cylindrical-coordinate representation of color #BA3CC9: hue angle of 293.62º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3CC9 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 60 201 -
CMYK 0.07 0.70 0 0.21
HSL 293.62º 0.57% 0.51% -
HSV(B) 293.62º 0.7% 0.79% -
XYZ 32.41 17.89 57 -
YUV 113.75 177.24 179.54 -
System Red Green Blue C M Y K H S L
Decimal 186 60 201 0.07 0.70 0 0.21 293.62 0.57 0.51
Hex BA 3C C9 7 46 0 15 126 39 33
Octal 272 74 311 7 106 0 25 446 71 63
Binary 10111010 111100 11001001 111 1000110 0 10101 100100110 111001 110011

Color Harmonies of #BA3CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3CC9

Black with #BA3CC9

Text Example


Text Example

White with #BA3CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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