Html Css Color HEX #BA36C4 Fuchsia

📋 copy color: '#BA36C4'

red 186 ◦ green 54 ◦ blue 196

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

Shades of Fuchsia #BA36C4

Tints of Fuchsia #BA36C4

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.39%

 BLUE value IS 196 (76.95% from 255) = 44.95%

R = 42.66%
G = 12.39%
B = 44.95%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA36C4 (or 0xBA36C4) is known color: Fuchsia. HEX triplet: BA, 36 and C4. RGB value is (186,54,196). Sum of RGB (Red+Green+Blue) = 186+54+196=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 196 (76.95% from 255 or 44.95% from 436); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA36C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36C4 is #45C93B. Grayscale: #6D6D6D. Windows color (decimal): -4573500 or 12859066. OLE color: 12859066.

HSL color Cylindrical-coordinate representation of color #BA36C4: hue angle of 295.77º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA36C4 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 54 196 -
CMYK 0.05 0.72 0 0.23
HSL 295.77º 0.57% 0.49% -
HSV(B) 295.77º 0.72% 0.77% -
XYZ 31.53 17.06 53.86 -
YUV 109.66 176.73 182.45 -
System Red Green Blue C M Y K H S L
Decimal 186 54 196 0.05 0.72 0 0.23 295.77 0.57 0.49
Hex BA 36 C4 5 48 0 17 128 39 31
Octal 272 66 304 5 110 0 27 450 71 61
Binary 10111010 110110 11000100 101 1001000 0 10111 100101000 111001 110001

Color Harmonies of #BA36C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36C4

Black with #BA36C4

Text Example


Text Example

White with #BA36C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36C4; }

 p { color: rgb(186,54,196); }

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

background-color css

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

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

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

border-color css

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

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

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