Html Css Color HEX #BA63BD Fuchsia

📋 copy color: '#BA63BD'

red 186 ◦ green 99 ◦ blue 189

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

Shades of Fuchsia #BA63BD

Tints of Fuchsia #BA63BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.87%

R = 39.24%
G = 20.89%
B = 39.87%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA63BD (or 0xBA63BD) is known color: Fuchsia. HEX triplet: BA, 63 and BD. RGB value is (186,99,189). Sum of RGB (Red+Green+Blue) = 186+99+189=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA63BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA63BD is #459C42. Grayscale: #878787. Windows color (decimal): -4561987 or 12411834. OLE color: 12411834.

HSL color Cylindrical-coordinate representation of color #BA63BD: hue angle of 298º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA63BD is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 99 189 -
CMYK 0.02 0.48 0 0.26
HSL 298º 0.41% 0.56% -
HSV(B) 298º 0.48% 0.74% -
XYZ 33.9 23.04 50.8 -
YUV 135.27 158.32 164.18 -
System Red Green Blue C M Y K H S L
Decimal 186 99 189 0.02 0.48 0 0.26 298 0.41 0.56
Hex BA 63 BD 2 30 0 1A 12A 29 38
Octal 272 143 275 2 60 0 32 452 51 70
Binary 10111010 1100011 10111101 10 110000 0 11010 100101010 101001 111000

Color Harmonies of #BA63BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63BD

Black with #BA63BD

Text Example


Text Example

White with #BA63BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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