Html Css Color HEX #BA35C2 Fuchsia

📋 copy color: '#BA35C2'

red 186 ◦ green 53 ◦ blue 194

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

Shades of Fuchsia #BA35C2

Tints of Fuchsia #BA35C2

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.24%

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

R = 42.96%
G = 12.24%
B = 44.8%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA35C2 (or 0xBA35C2) is known color: Fuchsia. HEX triplet: BA, 35 and C2. RGB value is (186,53,194). Sum of RGB (Red+Green+Blue) = 186+53+194=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA35C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35C2 is #45CA3D. Grayscale: #6C6C6C. Windows color (decimal): -4573758 or 12727738. OLE color: 12727738.

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

Color convert

RGB 186 53 194 -
CMYK 0.04 0.73 0 0.24
HSL 296.6º 0.57% 0.48% -
HSV(B) 296.6º 0.73% 0.76% -
XYZ 31.26 16.88 52.65 -
YUV 108.84 176.06 183.04 -
System Red Green Blue C M Y K H S L
Decimal 186 53 194 0.04 0.73 0 0.24 296.6 0.57 0.48
Hex BA 35 C2 4 49 0 18 129 39 30
Octal 272 65 302 4 111 0 30 451 71 60
Binary 10111010 110101 11000010 100 1001001 0 11000 100101001 111001 110000

Color Harmonies of #BA35C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35C2

Black with #BA35C2

Text Example


Text Example

White with #BA35C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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