Html Css Color HEX #BA63B6 Fuchsia

📋 copy color: '#BA63B6'

red 186 ◦ green 99 ◦ blue 182

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

Shades of Fuchsia #BA63B6

Tints of Fuchsia #BA63B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.97%

R = 39.83%
G = 21.2%
B = 38.97%

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

#BA63B6 (or 0xBA63B6) is known color: Fuchsia. HEX triplet: BA, 63 and B6. RGB value is (186,99,182). Sum of RGB (Red+Green+Blue) = 186+99+182=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA63B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA63B6 is #459C49. Grayscale: #868686. Windows color (decimal): -4561994 or 11953082. OLE color: 11953082.

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

Color convert

RGB 186 99 182 -
CMYK 0 0.47 0.02 0.27
HSL 302.76º 0.39% 0.56% -
HSV(B) 302.76º 0.47% 0.73% -
XYZ 33.16 22.74 46.9 -
YUV 134.48 154.82 164.75 -
System Red Green Blue C M Y K H S L
Decimal 186 99 182 0 0.47 0.02 0.27 302.76 0.39 0.56
Hex BA 63 B6 0 2F 2 1B 12F 27 38
Octal 272 143 266 0 57 2 33 457 47 70
Binary 10111010 1100011 10110110 0 101111 10 11011 100101111 100111 111000

Color Harmonies of #BA63B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63B6

Black with #BA63B6

Text Example


Text Example

White with #BA63B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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