Html Css Color HEX #BA31BB Fuchsia

📋 copy color: '#BA31BB'

red 186 ◦ green 49 ◦ blue 187

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

Shades of Fuchsia #BA31BB

Tints of Fuchsia #BA31BB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.61%

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

R = 44.08%
G = 11.61%
B = 44.31%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA31BB (or 0xBA31BB) is known color: Fuchsia. HEX triplet: BA, 31 and BB. RGB value is (186,49,187). Sum of RGB (Red+Green+Blue) = 186+49+187=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA31BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31BB is #45CE44. Grayscale: #696969. Windows color (decimal): -4574789 or 12267962. OLE color: 12267962.

HSL color Cylindrical-coordinate representation of color #BA31BB: hue angle of 299.57º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA31BB is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 49 187 -
CMYK 0.01 0.74 0 0.27
HSL 299.57º 0.58% 0.46% -
HSV(B) 299.57º 0.74% 0.73% -
XYZ 30.32 16.22 48.55 -
YUV 105.7 173.89 185.28 -
System Red Green Blue C M Y K H S L
Decimal 186 49 187 0.01 0.74 0 0.27 299.57 0.58 0.46
Hex BA 31 BB 1 4A 0 1B 12C 3A 2E
Octal 272 61 273 1 112 0 33 454 72 56
Binary 10111010 110001 10111011 1 1001010 0 11011 100101100 111010 101110

Color Harmonies of #BA31BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA31BB

Black with #BA31BB

Text Example


Text Example

White with #BA31BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA31BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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