Html Css Color HEX #B42FB9 Fuchsia

📋 copy color: '#B42FB9'

red 180 ◦ green 47 ◦ blue 185

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

Shades of Fuchsia #B42FB9

Tints of Fuchsia #B42FB9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.41%

 BLUE value IS 185 (72.66% from 255) = 44.9%

R = 43.69%
G = 11.41%
B = 44.9%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B42FB9 (or 0xB42FB9) is known color: Fuchsia. HEX triplet: B4, 2F and B9. RGB value is (180,47,185). Sum of RGB (Red+Green+Blue) = 180+47+185=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #B42FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42FB9 is #4BD046. Grayscale: #666666. Windows color (decimal): -4968519 or 12136372. OLE color: 12136372.

HSL color Cylindrical-coordinate representation of color #B42FB9: hue angle of 297.83º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42FB9 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 47 185 -
CMYK 0.03 0.75 0 0.27
HSL 297.83º 0.59% 0.45% -
HSV(B) 297.83º 0.75% 0.73% -
XYZ 28.6 15.24 47.33 -
YUV 102.5 174.56 183.28 -
System Red Green Blue C M Y K H S L
Decimal 180 47 185 0.03 0.75 0 0.27 297.83 0.59 0.45
Hex B4 2F B9 3 4B 0 1B 12A 3B 2D
Octal 264 57 271 3 113 0 33 452 73 55
Binary 10110100 101111 10111001 11 1001011 0 11011 100101010 111011 101101

Color Harmonies of #B42FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42FB9

Black with #B42FB9

Text Example


Text Example

White with #B42FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42FB9; }

 p { color: rgb(180,47,185); }

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

background-color css

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

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

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

border-color css

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

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

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