Html Css Color HEX #B42BB4 Fuchsia

📋 copy color: '#B42BB4'

red 180 ◦ green 43 ◦ blue 180

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

Shades of Fuchsia #B42BB4

Tints of Fuchsia #B42BB4

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.67%

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

R = 44.67%
G = 10.67%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B42BB4 (or 0xB42BB4) is known color: Fuchsia. HEX triplet: B4, 2B and B4. RGB value is (180,43,180). Sum of RGB (Red+Green+Blue) = 180+43+180=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B42BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42BB4 is #4BD44B. Grayscale: #636363. Windows color (decimal): -4969548 or 11807668. OLE color: 11807668.

HSL color Cylindrical-coordinate representation of color #B42BB4: hue angle of 300º 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 #B42BB4 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 43 180 -
CMYK 0 0.76 0 0.29
HSL 300º 0.61% 0.44% -
HSV(B) 300º 0.76% 0.71% -
XYZ 27.92 14.73 44.55 -
YUV 99.58 173.39 185.36 -
System Red Green Blue C M Y K H S L
Decimal 180 43 180 0 0.76 0 0.29 300 0.61 0.44
Hex B4 2B B4 0 4C 0 1D 12C 3D 2C
Octal 264 53 264 0 114 0 35 454 75 54
Binary 10110100 101011 10110100 0 1001100 0 11101 100101100 111101 101100

Color Harmonies of #B42BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42BB4

Black with #B42BB4

Text Example


Text Example

White with #B42BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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