Html Css Color HEX #B142BD Fuchsia

📋 copy color: '#B142BD'

red 177 ◦ green 66 ◦ blue 189

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

Shades of Fuchsia #B142BD

Tints of Fuchsia #B142BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.75%

R = 40.97%
G = 15.28%
B = 43.75%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B142BD (or 0xB142BD) is known color: Fuchsia. HEX triplet: B1, 42 and BD. RGB value is (177,66,189). Sum of RGB (Red+Green+Blue) = 177+66+189=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #B142BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B142BD is #4EBD42. Grayscale: #707070. Windows color (decimal): -5160259 or 12403377. OLE color: 12403377.

HSL color Cylindrical-coordinate representation of color #B142BD: hue angle of 294.15º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B142BD is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 66 189 -
CMYK 0.06 0.65 0 0.26
HSL 294.15º 0.48% 0.5% -
HSV(B) 294.15º 0.65% 0.74% -
XYZ 29.26 16.92 49.87 -
YUV 113.21 170.77 173.5 -
System Red Green Blue C M Y K H S L
Decimal 177 66 189 0.06 0.65 0 0.26 294.15 0.48 0.5
Hex B1 42 BD 6 41 0 1A 126 30 32
Octal 261 102 275 6 101 0 32 446 60 62
Binary 10110001 1000010 10111101 110 1000001 0 11010 100100110 110000 110010

Color Harmonies of #B142BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B142BD

Black with #B142BD

Text Example


Text Example

White with #B142BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B142BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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