Html Css Color HEX #BA36B4 Fuchsia

📋 copy color: '#BA36B4'

red 186 ◦ green 54 ◦ blue 180

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

Shades of Fuchsia #BA36B4

Tints of Fuchsia #BA36B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.86%

R = 44.29%
G = 12.86%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA36B4 (or 0xBA36B4) is known color: Fuchsia. HEX triplet: BA, 36 and B4. RGB value is (186,54,180). Sum of RGB (Red+Green+Blue) = 186+54+180=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA36B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36B4 is #45C94B. Grayscale: #6B6B6B. Windows color (decimal): -4573516 or 11810490. OLE color: 11810490.

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

Color convert

RGB 186 54 180 -
CMYK 0 0.71 0.03 0.27
HSL 302.73º 0.55% 0.47% -
HSV(B) 302.73º 0.71% 0.73% -
XYZ 29.81 16.37 44.77 -
YUV 107.83 168.73 183.75 -
System Red Green Blue C M Y K H S L
Decimal 186 54 180 0 0.71 0.03 0.27 302.73 0.55 0.47
Hex BA 36 B4 0 47 3 1B 12F 37 2F
Octal 272 66 264 0 107 3 33 457 67 57
Binary 10111010 110110 10110100 0 1000111 11 11011 100101111 110111 101111

Color Harmonies of #BA36B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36B4

Black with #BA36B4

Text Example


Text Example

White with #BA36B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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