Html Css Color HEX #B142AF Fuchsia

📋 copy color: '#B142AF'

red 177 ◦ green 66 ◦ blue 175

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

Shades of Fuchsia #B142AF

Tints of Fuchsia #B142AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 42.34%
G = 15.79%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B142AF (or 0xB142AF) is known color: Fuchsia. HEX triplet: B1, 42 and AF. RGB value is (177,66,175). Sum of RGB (Red+Green+Blue) = 177+66+175=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B142AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B142AF is #4EBD50. Grayscale: #6F6F6F. Windows color (decimal): -5160273 or 11485873. OLE color: 11485873.

HSL color Cylindrical-coordinate representation of color #B142AF: hue angle of 301.08º 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 #B142AF is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 66 175 -
CMYK 0 0.63 0.01 0.31
HSL 301.08º 0.46% 0.48% -
HSV(B) 301.08º 0.63% 0.69% -
XYZ 27.82 16.34 42.24 -
YUV 111.62 163.77 174.64 -
System Red Green Blue C M Y K H S L
Decimal 177 66 175 0 0.63 0.01 0.31 301.08 0.46 0.48
Hex B1 42 AF 0 3F 1 1F 12D 2E 30
Octal 261 102 257 0 77 1 37 455 56 60
Binary 10110001 1000010 10101111 0 111111 1 11111 100101101 101110 110000

Color Harmonies of #B142AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B142AF

Black with #B142AF

Text Example


Text Example

White with #B142AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B142AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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