Html Css Color HEX #BA39B0 Fuchsia

📋 copy color: '#BA39B0'

red 186 ◦ green 57 ◦ blue 176

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

Shades of Fuchsia #BA39B0

Tints of Fuchsia #BA39B0

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.6%

 BLUE value IS 176 (69.14% from 255) = 42%

R = 44.39%
G = 13.6%
B = 42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA39B0 (or 0xBA39B0) is known color: Fuchsia. HEX triplet: BA, 39 and B0. RGB value is (186,57,176). Sum of RGB (Red+Green+Blue) = 186+57+176=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA39B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA39B0 is #45C64F. Grayscale: #6C6C6C. Windows color (decimal): -4572752 or 11549114. OLE color: 11549114.

HSL color Cylindrical-coordinate representation of color #BA39B0: hue angle of 304.65º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA39B0 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 57 176 -
CMYK 0 0.69 0.05 0.27
HSL 304.65º 0.53% 0.48% -
HSV(B) 304.65º 0.69% 0.73% -
XYZ 29.55 16.5 42.7 -
YUV 109.14 165.74 182.82 -
System Red Green Blue C M Y K H S L
Decimal 186 57 176 0 0.69 0.05 0.27 304.65 0.53 0.48
Hex BA 39 B0 0 45 5 1B 131 35 30
Octal 272 71 260 0 105 5 33 461 65 60
Binary 10111010 111001 10110000 0 1000101 101 11011 100110001 110101 110000

Color Harmonies of #BA39B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA39B0

Black with #BA39B0

Text Example


Text Example

White with #BA39B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA39B0; }

 p { color: rgb(186,57,176); }

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

background-color css

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

 a { background-color: rgb(186,57,176); }

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

border-color css

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

 span { border-color: rgb(186,57,176); }

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