Html Css Color HEX #BA38BF Fuchsia

📋 copy color: '#BA38BF'

red 186 ◦ green 56 ◦ blue 191

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

Shades of Fuchsia #BA38BF

Tints of Fuchsia #BA38BF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.93%

 BLUE value IS 191 (75% from 255) = 44.11%

R = 42.96%
G = 12.93%
B = 44.11%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA38BF (or 0xBA38BF) is known color: Fuchsia. HEX triplet: BA, 38 and BF. RGB value is (186,56,191). Sum of RGB (Red+Green+Blue) = 186+56+191=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA38BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38BF is #45C740. Grayscale: #6D6D6D. Windows color (decimal): -4572993 or 12531898. OLE color: 12531898.

HSL color Cylindrical-coordinate representation of color #BA38BF: hue angle of 297.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA38BF is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 56 191 -
CMYK 0.03 0.71 0 0.25
HSL 297.78º 0.55% 0.48% -
HSV(B) 297.78º 0.71% 0.75% -
XYZ 31.07 17.03 50.94 -
YUV 110.26 173.57 182.02 -
System Red Green Blue C M Y K H S L
Decimal 186 56 191 0.03 0.71 0 0.25 297.78 0.55 0.48
Hex BA 38 BF 3 47 0 19 12A 37 30
Octal 272 70 277 3 107 0 31 452 67 60
Binary 10111010 111000 10111111 11 1000111 0 11001 100101010 110111 110000

Color Harmonies of #BA38BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38BF

Black with #BA38BF

Text Example


Text Example

White with #BA38BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38BF; }

 p { color: rgb(186,56,191); }

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

background-color css

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

 a { background-color: rgb(186,56,191); }

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

border-color css

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

 span { border-color: rgb(186,56,191); }

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