Html Css Color HEX #BA38BA Fuchsia

📋 copy color: '#BA38BA'

red 186 ◦ green 56 ◦ blue 186

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

Shades of Fuchsia #BA38BA

Tints of Fuchsia #BA38BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 43.46%
G = 13.08%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA38BA (or 0xBA38BA) is known color: Fuchsia. HEX triplet: BA, 38 and BA. RGB value is (186,56,186). Sum of RGB (Red+Green+Blue) = 186+56+186=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA38BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38BA is #45C745. Grayscale: #6D6D6D. Windows color (decimal): -4572998 or 12204218. OLE color: 12204218.

HSL color Cylindrical-coordinate representation of color #BA38BA: hue angle of 300º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA38BA is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 56 186 -
CMYK 0 0.70 0 0.27
HSL 300º 0.54% 0.47% -
HSV(B) 300º 0.7% 0.73% -
XYZ 30.53 16.81 48.09 -
YUV 109.69 171.07 182.43 -
System Red Green Blue C M Y K H S L
Decimal 186 56 186 0 0.70 0 0.27 300 0.54 0.47
Hex BA 38 BA 0 46 0 1B 12C 36 2F
Octal 272 70 272 0 106 0 33 454 66 57
Binary 10111010 111000 10111010 0 1000110 0 11011 100101100 110110 101111

Color Harmonies of #BA38BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38BA

Black with #BA38BA

Text Example


Text Example

White with #BA38BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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