Html Css Color HEX #BA63AE Fuchsia

📋 copy color: '#BA63AE'

red 186 ◦ green 99 ◦ blue 174

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

Shades of Fuchsia #BA63AE

Tints of Fuchsia #BA63AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.91%

R = 40.52%
G = 21.57%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA63AE (or 0xBA63AE) is known color: Fuchsia. HEX triplet: BA, 63 and AE. RGB value is (186,99,174). Sum of RGB (Red+Green+Blue) = 186+99+174=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA63AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA63AE is #459C51. Grayscale: #858585. Windows color (decimal): -4562002 or 11428794. OLE color: 11428794.

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

Color convert

RGB 186 99 174 -
CMYK 0 0.47 0.06 0.27
HSL 308.28º 0.39% 0.56% -
HSV(B) 308.28º 0.47% 0.73% -
XYZ 32.35 22.42 42.67 -
YUV 133.56 150.82 165.4 -
System Red Green Blue C M Y K H S L
Decimal 186 99 174 0 0.47 0.06 0.27 308.28 0.39 0.56
Hex BA 63 AE 0 2F 6 1B 134 27 38
Octal 272 143 256 0 57 6 33 464 47 70
Binary 10111010 1100011 10101110 0 101111 110 11011 100110100 100111 111000

Color Harmonies of #BA63AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63AE

Black with #BA63AE

Text Example


Text Example

White with #BA63AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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