Html Css Color HEX #B42CAD Fuchsia

📋 copy color: '#B42CAD'

red 180 ◦ green 44 ◦ blue 173

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

Shades of Fuchsia #B42CAD

Tints of Fuchsia #B42CAD

RGB

 RED value IS 180 (70.7% from 255) = 45.34%

 GREEN value IS 44 (17.58% from 255) = 11.08%

 BLUE value IS 173 (67.97% from 255) = 43.58%

R = 45.34%
G = 11.08%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B42CAD (or 0xB42CAD) is known color: Fuchsia. HEX triplet: B4, 2C and AD. RGB value is (180,44,173). Sum of RGB (Red+Green+Blue) = 180+44+173=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B42CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42CAD is #4BD352. Grayscale: #626262. Windows color (decimal): -4969299 or 11349172. OLE color: 11349172.

HSL color Cylindrical-coordinate representation of color #B42CAD: hue angle of 303.09º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42CAD is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 44 173 -
CMYK 0 0.76 0.04 0.29
HSL 303.09º 0.61% 0.44% -
HSV(B) 303.09º 0.76% 0.71% -
XYZ 27.27 14.52 40.9 -
YUV 99.37 169.56 185.51 -
System Red Green Blue C M Y K H S L
Decimal 180 44 173 0 0.76 0.04 0.29 303.09 0.61 0.44
Hex B4 2C AD 0 4C 4 1D 12F 3D 2C
Octal 264 54 255 0 114 4 35 457 75 54
Binary 10110100 101100 10101101 0 1001100 100 11101 100101111 111101 101100

Color Harmonies of #B42CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42CAD

Black with #B42CAD

Text Example


Text Example

White with #B42CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42CAD; }

 p { color: rgb(180,44,173); }

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

background-color css

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

 a { background-color: rgb(180,44,173); }

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

border-color css

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

 span { border-color: rgb(180,44,173); }

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