Html Css Color HEX #B42DB6 Fuchsia

📋 copy color: '#B42DB6'

red 180 ◦ green 45 ◦ blue 182

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

Shades of Fuchsia #B42DB6

Tints of Fuchsia #B42DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.72%

R = 44.23%
G = 11.06%
B = 44.72%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B42DB6 (or 0xB42DB6) is known color: Fuchsia. HEX triplet: B4, 2D and B6. RGB value is (180,45,182). Sum of RGB (Red+Green+Blue) = 180+45+182=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 182 - color contains mainly: blue. Hex color #B42DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DB6 is #4BD249. Grayscale: #646464. Windows color (decimal): -4969034 or 11939252. OLE color: 11939252.

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

Color convert

RGB 180 45 182 -
CMYK 0.01 0.75 0 0.29
HSL 299.12º 0.6% 0.45% -
HSV(B) 299.12º 0.75% 0.71% -
XYZ 28.2 14.96 45.66 -
YUV 100.98 173.73 184.36 -
System Red Green Blue C M Y K H S L
Decimal 180 45 182 0.01 0.75 0 0.29 299.12 0.6 0.45
Hex B4 2D B6 1 4B 0 1D 12B 3C 2D
Octal 264 55 266 1 113 0 35 453 74 55
Binary 10110100 101101 10110110 1 1001011 0 11101 100101011 111100 101101

Color Harmonies of #B42DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42DB6

Black with #B42DB6

Text Example


Text Example

White with #B42DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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