Html Css Color HEX #BA35C0 Fuchsia

📋 copy color: '#BA35C0'

red 186 ◦ green 53 ◦ blue 192

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

Shades of Fuchsia #BA35C0

Tints of Fuchsia #BA35C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.55%

R = 43.16%
G = 12.3%
B = 44.55%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA35C0 (or 0xBA35C0) is known color: Fuchsia. HEX triplet: BA, 35 and C0. RGB value is (186,53,192). Sum of RGB (Red+Green+Blue) = 186+53+192=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA35C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35C0 is #45CA3F. Grayscale: #6C6C6C. Windows color (decimal): -4573760 or 12596666. OLE color: 12596666.

HSL color Cylindrical-coordinate representation of color #BA35C0: hue angle of 297.41º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA35C0 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 53 192 -
CMYK 0.03 0.72 0 0.25
HSL 297.41º 0.57% 0.48% -
HSV(B) 297.41º 0.72% 0.75% -
XYZ 31.04 16.79 51.47 -
YUV 108.61 175.06 183.2 -
System Red Green Blue C M Y K H S L
Decimal 186 53 192 0.03 0.72 0 0.25 297.41 0.57 0.48
Hex BA 35 C0 3 48 0 19 129 39 30
Octal 272 65 300 3 110 0 31 451 71 60
Binary 10111010 110101 11000000 11 1001000 0 11001 100101001 111001 110000

Color Harmonies of #BA35C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35C0

Black with #BA35C0

Text Example


Text Example

White with #BA35C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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