Html Css Color HEX #BA38C9 Fuchsia

📋 copy color: '#BA38C9'

red 186 ◦ green 56 ◦ blue 201

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

Shades of Fuchsia #BA38C9

Tints of Fuchsia #BA38C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.37%

R = 41.99%
G = 12.64%
B = 45.37%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA38C9 (or 0xBA38C9) is known color: Fuchsia. HEX triplet: BA, 38 and C9. RGB value is (186,56,201). Sum of RGB (Red+Green+Blue) = 186+56+201=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA38C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38C9 is #45C736. Grayscale: #6E6E6E. Windows color (decimal): -4572983 or 13187258. OLE color: 13187258.

HSL color Cylindrical-coordinate representation of color #BA38C9: hue angle of 293.79º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA38C9 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 56 201 -
CMYK 0.07 0.72 0 0.21
HSL 293.79º 0.57% 0.5% -
HSV(B) 293.79º 0.72% 0.79% -
XYZ 32.21 17.48 56.94 -
YUV 111.4 178.57 181.21 -
System Red Green Blue C M Y K H S L
Decimal 186 56 201 0.07 0.72 0 0.21 293.79 0.57 0.5
Hex BA 38 C9 7 48 0 15 126 39 32
Octal 272 70 311 7 110 0 25 446 71 62
Binary 10111010 111000 11001001 111 1001000 0 10101 100100110 111001 110010

Color Harmonies of #BA38C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38C9

Black with #BA38C9

Text Example


Text Example

White with #BA38C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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