Html Css Color HEX #B42DB2 Fuchsia

📋 copy color: '#B42DB2'

red 180 ◦ green 45 ◦ blue 178

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

Shades of Fuchsia #B42DB2

Tints of Fuchsia #B42DB2

RGB

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

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

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

R = 44.67%
G = 11.17%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B42DB2 (or 0xB42DB2) is known color: Fuchsia. HEX triplet: B4, 2D and B2. RGB value is (180,45,178). Sum of RGB (Red+Green+Blue) = 180+45+178=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B42DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42DB2 is #4BD24D. Grayscale: #646464. Windows color (decimal): -4969038 or 11677108. OLE color: 11677108.

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

Color convert

RGB 180 45 178 -
CMYK 0 0.75 0.01 0.29
HSL 300.89º 0.6% 0.44% -
HSV(B) 300.89º 0.75% 0.71% -
XYZ 27.8 14.79 43.51 -
YUV 100.53 171.73 184.69 -
System Red Green Blue C M Y K H S L
Decimal 180 45 178 0 0.75 0.01 0.29 300.89 0.6 0.44
Hex B4 2D B2 0 4B 1 1D 12D 3C 2C
Octal 264 55 262 0 113 1 35 455 74 54
Binary 10110100 101101 10110010 0 1001011 1 11101 100101101 111100 101100

Color Harmonies of #B42DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42DB2

Black with #B42DB2

Text Example


Text Example

White with #B42DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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