Html Css Color HEX #BA36C0 Fuchsia

📋 copy color: '#BA36C0'

red 186 ◦ green 54 ◦ blue 192

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

Shades of Fuchsia #BA36C0

Tints of Fuchsia #BA36C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.44%

R = 43.06%
G = 12.5%
B = 44.44%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA36C0 (or 0xBA36C0) is known color: Fuchsia. HEX triplet: BA, 36 and C0. RGB value is (186,54,192). Sum of RGB (Red+Green+Blue) = 186+54+192=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA36C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36C0 is #45C93F. Grayscale: #6C6C6C. Windows color (decimal): -4573504 or 12596922. OLE color: 12596922.

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

Color convert

RGB 186 54 192 -
CMYK 0.03 0.72 0 0.25
HSL 297.39º 0.56% 0.48% -
HSV(B) 297.39º 0.72% 0.75% -
XYZ 31.08 16.88 51.49 -
YUV 109.2 174.73 182.78 -
System Red Green Blue C M Y K H S L
Decimal 186 54 192 0.03 0.72 0 0.25 297.39 0.56 0.48
Hex BA 36 C0 3 48 0 19 129 38 30
Octal 272 66 300 3 110 0 31 451 70 60
Binary 10111010 110110 11000000 11 1001000 0 11001 100101001 111000 110000

Color Harmonies of #BA36C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36C0

Black with #BA36C0

Text Example


Text Example

White with #BA36C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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