Html Css Color HEX #B42FBA Fuchsia

📋 copy color: '#B42FBA'

red 180 ◦ green 47 ◦ blue 186

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

Shades of Fuchsia #B42FBA

Tints of Fuchsia #B42FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 43.58%
G = 11.38%
B = 45.04%

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

#B42FBA (or 0xB42FBA) is known color: Fuchsia. HEX triplet: B4, 2F and BA. RGB value is (180,47,186). Sum of RGB (Red+Green+Blue) = 180+47+186=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #B42FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42FBA is #4BD045. Grayscale: #666666. Windows color (decimal): -4968518 or 12201908. OLE color: 12201908.

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

Color convert

RGB 180 47 186 -
CMYK 0.03 0.75 0 0.27
HSL 297.41º 0.6% 0.46% -
HSV(B) 297.41º 0.75% 0.73% -
XYZ 28.7 15.28 47.89 -
YUV 102.61 175.06 183.2 -
System Red Green Blue C M Y K H S L
Decimal 180 47 186 0.03 0.75 0 0.27 297.41 0.6 0.46
Hex B4 2F BA 3 4B 0 1B 129 3C 2E
Octal 264 57 272 3 113 0 33 451 74 56
Binary 10110100 101111 10111010 11 1001011 0 11011 100101001 111100 101110

Color Harmonies of #B42FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42FBA

Black with #B42FBA

Text Example


Text Example

White with #B42FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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