Html Css Color HEX #BA37BB Fuchsia

📋 copy color: '#BA37BB'

red 186 ◦ green 55 ◦ blue 187

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

Shades of Fuchsia #BA37BB

Tints of Fuchsia #BA37BB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.85%

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

R = 43.46%
G = 12.85%
B = 43.69%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA37BB (or 0xBA37BB) is known color: Fuchsia. HEX triplet: BA, 37 and BB. RGB value is (186,55,187). Sum of RGB (Red+Green+Blue) = 186+55+187=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 55 (21.88% from 255 or 12.85% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA37BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA37BB is #45C844. Grayscale: #6C6C6C. Windows color (decimal): -4573253 or 12269498. OLE color: 12269498.

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

Color convert

RGB 186 55 187 -
CMYK 0.01 0.71 0 0.27
HSL 299.55º 0.55% 0.47% -
HSV(B) 299.55º 0.71% 0.73% -
XYZ 30.59 16.76 48.64 -
YUV 109.22 171.9 182.77 -
System Red Green Blue C M Y K H S L
Decimal 186 55 187 0.01 0.71 0 0.27 299.55 0.55 0.47
Hex BA 37 BB 1 47 0 1B 12C 37 2F
Octal 272 67 273 1 107 0 33 454 67 57
Binary 10111010 110111 10111011 1 1000111 0 11011 100101100 110111 101111

Color Harmonies of #BA37BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA37BB

Black with #BA37BB

Text Example


Text Example

White with #BA37BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA37BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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