Html Css Color HEX #BA63BB Fuchsia

📋 copy color: '#BA63BB'

red 186 ◦ green 99 ◦ blue 187

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

Shades of Fuchsia #BA63BB

Tints of Fuchsia #BA63BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 39.41%
G = 20.97%
B = 39.62%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA63BB (or 0xBA63BB) is known color: Fuchsia. HEX triplet: BA, 63 and BB. RGB value is (186,99,187). Sum of RGB (Red+Green+Blue) = 186+99+187=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA63BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA63BB is #459C44. Grayscale: #868686. Windows color (decimal): -4561989 or 12280762. OLE color: 12280762.

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

Color convert

RGB 186 99 187 -
CMYK 0.01 0.47 0 0.27
HSL 299.32º 0.39% 0.56% -
HSV(B) 299.32º 0.47% 0.73% -
XYZ 33.68 22.95 49.67 -
YUV 135.05 157.32 164.34 -
System Red Green Blue C M Y K H S L
Decimal 186 99 187 0.01 0.47 0 0.27 299.32 0.39 0.56
Hex BA 63 BB 1 2F 0 1B 12B 27 38
Octal 272 143 273 1 57 0 33 453 47 70
Binary 10111010 1100011 10111011 1 101111 0 11011 100101011 100111 111000

Color Harmonies of #BA63BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63BB

Black with #BA63BB

Text Example


Text Example

White with #BA63BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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