Html Css Color HEX #BA62C1 Fuchsia

📋 copy color: '#BA62C1'

red 186 ◦ green 98 ◦ blue 193

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

Shades of Fuchsia #BA62C1

Tints of Fuchsia #BA62C1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.55%

 BLUE value IS 193 (75.78% from 255) = 40.46%

R = 38.99%
G = 20.55%
B = 40.46%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA62C1 (or 0xBA62C1) is known color: Fuchsia. HEX triplet: BA, 62 and C1. RGB value is (186,98,193). Sum of RGB (Red+Green+Blue) = 186+98+193=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA62C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62C1 is #459D3E. Grayscale: #868686. Windows color (decimal): -4562239 or 12673722. OLE color: 12673722.

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

Color convert

RGB 186 98 193 -
CMYK 0.04 0.49 0 0.24
HSL 295.58º 0.43% 0.57% -
HSV(B) 295.58º 0.49% 0.76% -
XYZ 34.24 23.02 53.09 -
YUV 135.14 160.65 164.28 -
System Red Green Blue C M Y K H S L
Decimal 186 98 193 0.04 0.49 0 0.24 295.58 0.43 0.57
Hex BA 62 C1 4 31 0 18 128 2B 39
Octal 272 142 301 4 61 0 30 450 53 71
Binary 10111010 1100010 11000001 100 110001 0 11000 100101000 101011 111001

Color Harmonies of #BA62C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA62C1

Black with #BA62C1

Text Example


Text Example

White with #BA62C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA62C1; }

 p { color: rgb(186,98,193); }

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

background-color css

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

 a { background-color: rgb(186,98,193); }

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

border-color css

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

 span { border-color: rgb(186,98,193); }

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