Html Css Color HEX #B142BA Fuchsia

📋 copy color: '#B142BA'

red 177 ◦ green 66 ◦ blue 186

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

Shades of Fuchsia #B142BA

Tints of Fuchsia #B142BA

RGB

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

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

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

R = 41.26%
G = 15.38%
B = 43.36%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B142BA (or 0xB142BA) is known color: Fuchsia. HEX triplet: B1, 42 and BA. RGB value is (177,66,186). Sum of RGB (Red+Green+Blue) = 177+66+186=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #B142BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B142BA is #4EBD45. Grayscale: #707070. Windows color (decimal): -5160262 or 12206769. OLE color: 12206769.

HSL color Cylindrical-coordinate representation of color #B142BA: hue angle of 295.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B142BA is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 66 186 -
CMYK 0.05 0.65 0 0.27
HSL 295.5º 0.48% 0.49% -
HSV(B) 295.5º 0.65% 0.73% -
XYZ 28.94 16.79 48.17 -
YUV 112.87 169.27 173.74 -
System Red Green Blue C M Y K H S L
Decimal 177 66 186 0.05 0.65 0 0.27 295.5 0.48 0.49
Hex B1 42 BA 5 41 0 1B 128 30 31
Octal 261 102 272 5 101 0 33 450 60 61
Binary 10110001 1000010 10111010 101 1000001 0 11011 100101000 110000 110001

Color Harmonies of #B142BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B142BA

Black with #B142BA

Text Example


Text Example

White with #B142BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B142BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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