Html Css Color HEX #BA42B2 Fuchsia

📋 copy color: '#BA42B2'

red 186 ◦ green 66 ◦ blue 178

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

Shades of Fuchsia #BA42B2

Tints of Fuchsia #BA42B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.4%

R = 43.26%
G = 15.35%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA42B2 (or 0xBA42B2) is known color: Fuchsia. HEX triplet: BA, 42 and B2. RGB value is (186,66,178). Sum of RGB (Red+Green+Blue) = 186+66+178=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA42B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA42B2 is #45BD4D. Grayscale: #727272. Windows color (decimal): -4570446 or 11682490. OLE color: 11682490.

HSL color Cylindrical-coordinate representation of color #BA42B2: hue angle of 304º 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 #BA42B2 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 66 178 -
CMYK 0 0.65 0.04 0.27
HSL 304º 0.48% 0.49% -
HSV(B) 304º 0.65% 0.73% -
XYZ 30.23 17.55 43.91 -
YUV 114.65 163.76 178.89 -
System Red Green Blue C M Y K H S L
Decimal 186 66 178 0 0.65 0.04 0.27 304 0.48 0.49
Hex BA 42 B2 0 41 4 1B 130 30 31
Octal 272 102 262 0 101 4 33 460 60 61
Binary 10111010 1000010 10110010 0 1000001 100 11011 100110000 110000 110001

Color Harmonies of #BA42B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42B2

Black with #BA42B2

Text Example


Text Example

White with #BA42B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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