Html Css Color HEX #BA63B7 Fuchsia

📋 copy color: '#BA63B7'

red 186 ◦ green 99 ◦ blue 183

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

Shades of Fuchsia #BA63B7

Tints of Fuchsia #BA63B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.1%

R = 39.74%
G = 21.15%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA63B7 (or 0xBA63B7) is known color: Fuchsia. HEX triplet: BA, 63 and B7. RGB value is (186,99,183). Sum of RGB (Red+Green+Blue) = 186+99+183=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA63B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA63B7 is #459C48. Grayscale: #868686. Windows color (decimal): -4561993 or 12018618. OLE color: 12018618.

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

Color convert

RGB 186 99 183 -
CMYK 0 0.47 0.02 0.27
HSL 302.07º 0.39% 0.56% -
HSV(B) 302.07º 0.47% 0.73% -
XYZ 33.26 22.78 47.44 -
YUV 134.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 186 99 183 0 0.47 0.02 0.27 302.07 0.39 0.56
Hex BA 63 B7 0 2F 2 1B 12E 27 38
Octal 272 143 267 0 57 2 33 456 47 70
Binary 10111010 1100011 10110111 0 101111 10 11011 100101110 100111 111000

Color Harmonies of #BA63B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63B7

Black with #BA63B7

Text Example


Text Example

White with #BA63B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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