Html Css Color HEX #B42DB7 Fuchsia

📋 copy color: '#B42DB7'

red 180 ◦ green 45 ◦ blue 183

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

Shades of Fuchsia #B42DB7

Tints of Fuchsia #B42DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.85%

R = 44.12%
G = 11.03%
B = 44.85%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B42DB7 (or 0xB42DB7) is known color: Fuchsia. HEX triplet: B4, 2D and B7. RGB value is (180,45,183). Sum of RGB (Red+Green+Blue) = 180+45+183=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 183 - color contains mainly: blue. Hex color #B42DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DB7 is #4BD248. Grayscale: #646464. Windows color (decimal): -4969033 or 12004788. OLE color: 12004788.

HSL color Cylindrical-coordinate representation of color #B42DB7: hue angle of 298.7º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42DB7 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 45 183 -
CMYK 0.02 0.75 0 0.28
HSL 298.7º 0.61% 0.45% -
HSV(B) 298.7º 0.75% 0.72% -
XYZ 28.31 15 46.2 -
YUV 101.1 174.23 184.28 -
System Red Green Blue C M Y K H S L
Decimal 180 45 183 0.02 0.75 0 0.28 298.7 0.61 0.45
Hex B4 2D B7 2 4B 0 1C 12B 3D 2D
Octal 264 55 267 2 113 0 34 453 75 55
Binary 10110100 101101 10110111 10 1001011 0 11100 100101011 111101 101101

Color Harmonies of #B42DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42DB7

Black with #B42DB7

Text Example


Text Example

White with #B42DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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