Html Css Color HEX #BA50BB Fuchsia

📋 copy color: '#BA50BB'

red 186 ◦ green 80 ◦ blue 187

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

Shades of Fuchsia #BA50BB

Tints of Fuchsia #BA50BB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.66%

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

R = 41.06%
G = 17.66%
B = 41.28%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA50BB (or 0xBA50BB) is known color: Fuchsia. HEX triplet: BA, 50 and BB. RGB value is (186,80,187). Sum of RGB (Red+Green+Blue) = 186+80+187=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA50BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50BB is #45AF44. Grayscale: #7B7B7B. Windows color (decimal): -4566853 or 12275898. OLE color: 12275898.

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

Color convert

RGB 186 80 187 -
CMYK 0.01 0.57 0 0.27
HSL 299.44º 0.44% 0.52% -
HSV(B) 299.44º 0.57% 0.73% -
XYZ 32.09 19.76 49.14 -
YUV 123.89 163.62 172.3 -
System Red Green Blue C M Y K H S L
Decimal 186 80 187 0.01 0.57 0 0.27 299.44 0.44 0.52
Hex BA 50 BB 1 39 0 1B 12B 2C 34
Octal 272 120 273 1 71 0 33 453 54 64
Binary 10111010 1010000 10111011 1 111001 0 11011 100101011 101100 110100

Color Harmonies of #BA50BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50BB

Black with #BA50BB

Text Example


Text Example

White with #BA50BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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