Html Css Color HEX #BA40C2 Fuchsia

📋 copy color: '#BA40C2'

red 186 ◦ green 64 ◦ blue 194

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

Shades of Fuchsia #BA40C2

Tints of Fuchsia #BA40C2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.41%

 BLUE value IS 194 (76.17% from 255) = 43.69%

R = 41.89%
G = 14.41%
B = 43.69%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA40C2 (or 0xBA40C2) is known color: Fuchsia. HEX triplet: BA, 40 and C2. RGB value is (186,64,194). Sum of RGB (Red+Green+Blue) = 186+64+194=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA40C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40C2 is #45BF3D. Grayscale: #727272. Windows color (decimal): -4570942 or 12730554. OLE color: 12730554.

HSL color Cylindrical-coordinate representation of color #BA40C2: hue angle of 296.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA40C2 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 64 194 -
CMYK 0.04 0.67 0 0.24
HSL 296.31º 0.52% 0.51% -
HSV(B) 296.31º 0.67% 0.76% -
XYZ 31.82 18 52.84 -
YUV 115.3 172.42 178.43 -
System Red Green Blue C M Y K H S L
Decimal 186 64 194 0.04 0.67 0 0.24 296.31 0.52 0.51
Hex BA 40 C2 4 43 0 18 128 34 33
Octal 272 100 302 4 103 0 30 450 64 63
Binary 10111010 1000000 11000010 100 1000011 0 11000 100101000 110100 110011

Color Harmonies of #BA40C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA40C2

Black with #BA40C2

Text Example


Text Example

White with #BA40C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA40C2; }

 p { color: rgb(186,64,194); }

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

background-color css

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

 a { background-color: rgb(186,64,194); }

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

border-color css

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

 span { border-color: rgb(186,64,194); }

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