Html Css Color HEX #BA50B8 Fuchsia

📋 copy color: '#BA50B8'

red 186 ◦ green 80 ◦ blue 184

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

Shades of Fuchsia #BA50B8

Tints of Fuchsia #BA50B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.89%

R = 41.33%
G = 17.78%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA50B8 (or 0xBA50B8) is known color: Fuchsia. HEX triplet: BA, 50 and B8. RGB value is (186,80,184). Sum of RGB (Red+Green+Blue) = 186+80+184=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA50B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50B8 is #45AF47. Grayscale: #7B7B7B. Windows color (decimal): -4566856 or 12079290. OLE color: 12079290.

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

Color convert

RGB 186 80 184 -
CMYK 0 0.57 0.01 0.27
HSL 301.13º 0.43% 0.52% -
HSV(B) 301.13º 0.57% 0.73% -
XYZ 31.77 19.64 47.46 -
YUV 123.55 162.12 172.54 -
System Red Green Blue C M Y K H S L
Decimal 186 80 184 0 0.57 0.01 0.27 301.13 0.43 0.52
Hex BA 50 B8 0 39 1 1B 12D 2B 34
Octal 272 120 270 0 71 1 33 455 53 64
Binary 10111010 1010000 10111000 0 111001 1 11011 100101101 101011 110100

Color Harmonies of #BA50B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50B8

Black with #BA50B8

Text Example


Text Example

White with #BA50B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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