Html Css Color HEX #BA63B2 Fuchsia

📋 copy color: '#BA63B2'

red 186 ◦ green 99 ◦ blue 178

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

Shades of Fuchsia #BA63B2

Tints of Fuchsia #BA63B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.44%

R = 40.17%
G = 21.38%
B = 38.44%

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

#BA63B2 (or 0xBA63B2) is known color: Fuchsia. HEX triplet: BA, 63 and B2. RGB value is (186,99,178). Sum of RGB (Red+Green+Blue) = 186+99+178=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA63B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA63B2 is #459C4D. Grayscale: #858585. Windows color (decimal): -4561998 or 11690938. OLE color: 11690938.

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

Color convert

RGB 186 99 178 -
CMYK 0 0.47 0.04 0.27
HSL 305.52º 0.39% 0.56% -
HSV(B) 305.52º 0.47% 0.73% -
XYZ 32.75 22.58 44.75 -
YUV 134.02 152.82 165.08 -
System Red Green Blue C M Y K H S L
Decimal 186 99 178 0 0.47 0.04 0.27 305.52 0.39 0.56
Hex BA 63 B2 0 2F 4 1B 132 27 38
Octal 272 143 262 0 57 4 33 462 47 70
Binary 10111010 1100011 10110010 0 101111 100 11011 100110010 100111 111000

Color Harmonies of #BA63B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63B2

Black with #BA63B2

Text Example


Text Example

White with #BA63B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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