Html Css Color HEX #B142A8 Fuchsia

📋 copy color: '#B142A8'

red 177 ◦ green 66 ◦ blue 168

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

Shades of Fuchsia #B142A8

Tints of Fuchsia #B142A8

RGB

 RED value IS 177 (69.53% from 255) = 43.07%

 GREEN value IS 66 (26.17% from 255) = 16.06%

 BLUE value IS 168 (66.02% from 255) = 40.88%

R = 43.07%
G = 16.06%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B142A8 (or 0xB142A8) is known color: Fuchsia. HEX triplet: B1, 42 and A8. RGB value is (177,66,168). Sum of RGB (Red+Green+Blue) = 177+66+168=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B142A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B142A8 is #4EBD57. Grayscale: #6E6E6E. Windows color (decimal): -5160280 or 11027121. OLE color: 11027121.

HSL color Cylindrical-coordinate representation of color #B142A8: hue angle of 304.86º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B142A8 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 66 168 -
CMYK 0 0.63 0.05 0.31
HSL 304.86º 0.46% 0.48% -
HSV(B) 304.86º 0.63% 0.69% -
XYZ 27.15 16.07 38.72 -
YUV 110.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 177 66 168 0 0.63 0.05 0.31 304.86 0.46 0.48
Hex B1 42 A8 0 3F 5 1F 131 2E 30
Octal 261 102 250 0 77 5 37 461 56 60
Binary 10110001 1000010 10101000 0 111111 101 11111 100110001 101110 110000

Color Harmonies of #B142A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B142A8

Black with #B142A8

Text Example


Text Example

White with #B142A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B142A8; }

 p { color: rgb(177,66,168); }

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

background-color css

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

 a { background-color: rgb(177,66,168); }

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

border-color css

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

 span { border-color: rgb(177,66,168); }

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