Html Css Color HEX #BA50B6 Fuchsia

📋 copy color: '#BA50B6'

red 186 ◦ green 80 ◦ blue 182

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

Shades of Fuchsia #BA50B6

Tints of Fuchsia #BA50B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.63%

R = 41.52%
G = 17.86%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA50B6 (or 0xBA50B6) is known color: Fuchsia. HEX triplet: BA, 50 and B6. RGB value is (186,80,182). Sum of RGB (Red+Green+Blue) = 186+80+182=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA50B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50B6 is #45AF49. Grayscale: #7B7B7B. Windows color (decimal): -4566858 or 11948218. OLE color: 11948218.

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

Color convert

RGB 186 80 182 -
CMYK 0 0.57 0.02 0.27
HSL 302.26º 0.43% 0.52% -
HSV(B) 302.26º 0.57% 0.73% -
XYZ 31.56 19.55 46.37 -
YUV 123.32 161.12 172.71 -
System Red Green Blue C M Y K H S L
Decimal 186 80 182 0 0.57 0.02 0.27 302.26 0.43 0.52
Hex BA 50 B6 0 39 2 1B 12E 2B 34
Octal 272 120 266 0 71 2 33 456 53 64
Binary 10111010 1010000 10110110 0 111001 10 11011 100101110 101011 110100

Color Harmonies of #BA50B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50B6

Black with #BA50B6

Text Example


Text Example

White with #BA50B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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