Html Css Color HEX #B43FB7 Fuchsia

📋 copy color: '#B43FB7'

red 180 ◦ green 63 ◦ blue 183

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

Shades of Fuchsia #B43FB7

Tints of Fuchsia #B43FB7

RGB

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

 GREEN value IS 63 (25% from 255) = 14.79%

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

R = 42.25%
G = 14.79%
B = 42.96%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B43FB7 (or 0xB43FB7) is known color: Fuchsia. HEX triplet: B4, 3F and B7. RGB value is (180,63,183). Sum of RGB (Red+Green+Blue) = 180+63+183=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 183 - color contains mainly: blue. Hex color #B43FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43FB7 is #4BC048. Grayscale: #6F6F6F. Windows color (decimal): -4964425 or 12009396. OLE color: 12009396.

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

Color convert

RGB 180 63 183 -
CMYK 0.02 0.66 0 0.28
HSL 298.5º 0.49% 0.48% -
HSV(B) 298.5º 0.66% 0.72% -
XYZ 29.15 16.68 46.48 -
YUV 111.66 168.26 176.74 -
System Red Green Blue C M Y K H S L
Decimal 180 63 183 0.02 0.66 0 0.28 298.5 0.49 0.48
Hex B4 3F B7 2 42 0 1C 12A 31 30
Octal 264 77 267 2 102 0 34 452 61 60
Binary 10110100 111111 10110111 10 1000010 0 11100 100101010 110001 110000

Color Harmonies of #B43FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43FB7

Black with #B43FB7

Text Example


Text Example

White with #B43FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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