Html Css Color HEX #BA63C0 Fuchsia

📋 copy color: '#BA63C0'

red 186 ◦ green 99 ◦ blue 192

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

Shades of Fuchsia #BA63C0

Tints of Fuchsia #BA63C0

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.75%

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

R = 38.99%
G = 20.75%
B = 40.25%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA63C0 (or 0xBA63C0) is known color: Fuchsia. HEX triplet: BA, 63 and C0. RGB value is (186,99,192). Sum of RGB (Red+Green+Blue) = 186+99+192=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA63C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA63C0 is #459C3F. Grayscale: #878787. Windows color (decimal): -4561984 or 12608442. OLE color: 12608442.

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

Color convert

RGB 186 99 192 -
CMYK 0.03 0.48 0 0.25
HSL 296.13º 0.42% 0.57% -
HSV(B) 296.13º 0.48% 0.75% -
XYZ 34.23 23.17 52.54 -
YUV 135.62 159.82 163.94 -
System Red Green Blue C M Y K H S L
Decimal 186 99 192 0.03 0.48 0 0.25 296.13 0.42 0.57
Hex BA 63 C0 3 30 0 19 128 2A 39
Octal 272 143 300 3 60 0 31 450 52 71
Binary 10111010 1100011 11000000 11 110000 0 11001 100101000 101010 111001

Color Harmonies of #BA63C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63C0

Black with #BA63C0

Text Example


Text Example

White with #BA63C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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