Html Css Color HEX #B42DB4 Fuchsia

📋 copy color: '#B42DB4'

red 180 ◦ green 45 ◦ blue 180

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

Shades of Fuchsia #B42DB4

Tints of Fuchsia #B42DB4

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.11%

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

R = 44.44%
G = 11.11%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B42DB4 (or 0xB42DB4) is known color: Fuchsia. HEX triplet: B4, 2D and B4. RGB value is (180,45,180). Sum of RGB (Red+Green+Blue) = 180+45+180=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B42DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DB4 is #4BD24B. Grayscale: #646464. Windows color (decimal): -4969036 or 11808180. OLE color: 11808180.

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

Color convert

RGB 180 45 180 -
CMYK 0 0.75 0 0.29
HSL 300º 0.6% 0.44% -
HSV(B) 300º 0.75% 0.71% -
XYZ 28 14.88 44.58 -
YUV 100.76 172.73 184.52 -
System Red Green Blue C M Y K H S L
Decimal 180 45 180 0 0.75 0 0.29 300 0.6 0.44
Hex B4 2D B4 0 4B 0 1D 12C 3C 2C
Octal 264 55 264 0 113 0 35 454 74 54
Binary 10110100 101101 10110100 0 1001011 0 11101 100101100 111100 101100

Color Harmonies of #B42DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42DB4

Black with #B42DB4

Text Example


Text Example

White with #B42DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42DB4; }

 p { color: rgb(180,45,180); }

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

background-color css

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

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

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

border-color css

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

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

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