Html Css Color HEX #BA63B0 Fuchsia

📋 copy color: '#BA63B0'

red 186 ◦ green 99 ◦ blue 176

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

Shades of Fuchsia #BA63B0

Tints of Fuchsia #BA63B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.18%

R = 40.35%
G = 21.48%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA63B0 (or 0xBA63B0) is known color: Fuchsia. HEX triplet: BA, 63 and B0. RGB value is (186,99,176). Sum of RGB (Red+Green+Blue) = 186+99+176=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA63B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA63B0 is #459C4F. Grayscale: #858585. Windows color (decimal): -4562000 or 11559866. OLE color: 11559866.

HSL color Cylindrical-coordinate representation of color #BA63B0: hue angle of 306.9º 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 #BA63B0 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 99 176 -
CMYK 0 0.47 0.05 0.27
HSL 306.9º 0.39% 0.56% -
HSV(B) 306.9º 0.47% 0.73% -
XYZ 32.55 22.5 43.7 -
YUV 133.79 151.82 165.24 -
System Red Green Blue C M Y K H S L
Decimal 186 99 176 0 0.47 0.05 0.27 306.9 0.39 0.56
Hex BA 63 B0 0 2F 5 1B 133 27 38
Octal 272 143 260 0 57 5 33 463 47 70
Binary 10111010 1100011 10110000 0 101111 101 11011 100110011 100111 111000

Color Harmonies of #BA63B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63B0

Black with #BA63B0

Text Example


Text Example

White with #BA63B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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