Html Css Color HEX #BA63B3 Fuchsia

📋 copy color: '#BA63B3'

red 186 ◦ green 99 ◦ blue 179

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

Shades of Fuchsia #BA63B3

Tints of Fuchsia #BA63B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.58%

R = 40.09%
G = 21.34%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA63B3 (or 0xBA63B3) is known color: Fuchsia. HEX triplet: BA, 63 and B3. RGB value is (186,99,179). Sum of RGB (Red+Green+Blue) = 186+99+179=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA63B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA63B3 is #459C4C. Grayscale: #858585. Windows color (decimal): -4561997 or 11756474. OLE color: 11756474.

HSL color Cylindrical-coordinate representation of color #BA63B3: hue angle of 304.83º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA63B3 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 99 179 -
CMYK 0 0.47 0.04 0.27
HSL 304.83º 0.39% 0.56% -
HSV(B) 304.83º 0.47% 0.73% -
XYZ 32.85 22.62 45.28 -
YUV 134.13 153.32 165 -
System Red Green Blue C M Y K H S L
Decimal 186 99 179 0 0.47 0.04 0.27 304.83 0.39 0.56
Hex BA 63 B3 0 2F 4 1B 131 27 38
Octal 272 143 263 0 57 4 33 461 47 70
Binary 10111010 1100011 10110011 0 101111 100 11011 100110001 100111 111000

Color Harmonies of #BA63B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63B3

Black with #BA63B3

Text Example


Text Example

White with #BA63B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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