Html Css Color HEX #BA42B5 Fuchsia

📋 copy color: '#BA42B5'

red 186 ◦ green 66 ◦ blue 181

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

Shades of Fuchsia #BA42B5

Tints of Fuchsia #BA42B5

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.24%

 BLUE value IS 181 (71.09% from 255) = 41.8%

R = 42.96%
G = 15.24%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA42B5 (or 0xBA42B5) is known color: Fuchsia. HEX triplet: BA, 42 and B5. RGB value is (186,66,181). Sum of RGB (Red+Green+Blue) = 186+66+181=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA42B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42B5 is #45BD4A. Grayscale: #727272. Windows color (decimal): -4570443 or 11879098. OLE color: 11879098.

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

Color convert

RGB 186 66 181 -
CMYK 0 0.65 0.03 0.27
HSL 302.5º 0.48% 0.49% -
HSV(B) 302.5º 0.65% 0.73% -
XYZ 30.54 17.67 45.52 -
YUV 114.99 165.26 178.65 -
System Red Green Blue C M Y K H S L
Decimal 186 66 181 0 0.65 0.03 0.27 302.5 0.48 0.49
Hex BA 42 B5 0 41 3 1B 12E 30 31
Octal 272 102 265 0 101 3 33 456 60 61
Binary 10111010 1000010 10110101 0 1000001 11 11011 100101110 110000 110001

Color Harmonies of #BA42B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42B5

Black with #BA42B5

Text Example


Text Example

White with #BA42B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42B5; }

 p { color: rgb(186,66,181); }

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

background-color css

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

 a { background-color: rgb(186,66,181); }

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

border-color css

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

 span { border-color: rgb(186,66,181); }

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