Html Css Color HEX #BA36BD Fuchsia

📋 copy color: '#BA36BD'

red 186 ◦ green 54 ◦ blue 189

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

Shades of Fuchsia #BA36BD

Tints of Fuchsia #BA36BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.06%

R = 43.36%
G = 12.59%
B = 44.06%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA36BD (or 0xBA36BD) is known color: Fuchsia. HEX triplet: BA, 36 and BD. RGB value is (186,54,189). Sum of RGB (Red+Green+Blue) = 186+54+189=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA36BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36BD is #45C942. Grayscale: #6C6C6C. Windows color (decimal): -4573507 or 12400314. OLE color: 12400314.

HSL color Cylindrical-coordinate representation of color #BA36BD: hue angle of 298.67º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA36BD is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 54 189 -
CMYK 0.02 0.71 0 0.26
HSL 298.67º 0.56% 0.48% -
HSV(B) 298.67º 0.71% 0.74% -
XYZ 30.75 16.75 49.76 -
YUV 108.86 173.23 183.02 -
System Red Green Blue C M Y K H S L
Decimal 186 54 189 0.02 0.71 0 0.26 298.67 0.56 0.48
Hex BA 36 BD 2 47 0 1A 12B 38 30
Octal 272 66 275 2 107 0 32 453 70 60
Binary 10111010 110110 10111101 10 1000111 0 11010 100101011 111000 110000

Color Harmonies of #BA36BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36BD

Black with #BA36BD

Text Example


Text Example

White with #BA36BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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