Html Css Color HEX #BA62C0 Fuchsia

📋 copy color: '#BA62C0'

red 186 ◦ green 98 ◦ blue 192

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

Shades of Fuchsia #BA62C0

Tints of Fuchsia #BA62C0

RGB

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

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

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

R = 39.08%
G = 20.59%
B = 40.34%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA62C0 (or 0xBA62C0) is known color: Fuchsia. HEX triplet: BA, 62 and C0. RGB value is (186,98,192). Sum of RGB (Red+Green+Blue) = 186+98+192=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA62C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62C0 is #459D3F. Grayscale: #868686. Windows color (decimal): -4562240 or 12608186. OLE color: 12608186.

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

Color convert

RGB 186 98 192 -
CMYK 0.03 0.49 0 0.25
HSL 296.17º 0.43% 0.57% -
HSV(B) 296.17º 0.49% 0.75% -
XYZ 34.13 22.98 52.51 -
YUV 135.03 160.15 164.36 -
System Red Green Blue C M Y K H S L
Decimal 186 98 192 0.03 0.49 0 0.25 296.17 0.43 0.57
Hex BA 62 C0 3 31 0 19 128 2B 39
Octal 272 142 300 3 61 0 31 450 53 71
Binary 10111010 1100010 11000000 11 110001 0 11001 100101000 101011 111001

Color Harmonies of #BA62C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA62C0

Black with #BA62C0

Text Example


Text Example

White with #BA62C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA62C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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