Html Css Color HEX #B141BD Fuchsia

📋 copy color: '#B141BD'

red 177 ◦ green 65 ◦ blue 189

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

Shades of Fuchsia #B141BD

Tints of Fuchsia #B141BD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.08%

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

R = 41.07%
G = 15.08%
B = 43.85%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B141BD (or 0xB141BD) is known color: Fuchsia. HEX triplet: B1, 41 and BD. RGB value is (177,65,189). Sum of RGB (Red+Green+Blue) = 177+65+189=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #B141BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141BD is #4EBE42. Grayscale: #707070. Windows color (decimal): -5160515 or 12403121. OLE color: 12403121.

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

Color convert

RGB 177 65 189 -
CMYK 0.06 0.66 0 0.26
HSL 294.19º 0.49% 0.5% -
HSV(B) 294.19º 0.66% 0.74% -
XYZ 29.21 16.8 49.85 -
YUV 112.62 171.11 173.92 -
System Red Green Blue C M Y K H S L
Decimal 177 65 189 0.06 0.66 0 0.26 294.19 0.49 0.5
Hex B1 41 BD 6 42 0 1A 126 31 32
Octal 261 101 275 6 102 0 32 446 61 62
Binary 10110001 1000001 10111101 110 1000010 0 11010 100100110 110001 110010

Color Harmonies of #B141BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B141BD

Black with #B141BD

Text Example


Text Example

White with #B141BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B141BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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