Html Css Color HEX #B140C0 Fuchsia

📋 copy color: '#B140C0'

red 177 ◦ green 64 ◦ blue 192

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

Shades of Fuchsia #B140C0

Tints of Fuchsia #B140C0

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.78%

 BLUE value IS 192 (75.39% from 255) = 44.34%

R = 40.88%
G = 14.78%
B = 44.34%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B140C0 (or 0xB140C0) is known color: Fuchsia. HEX triplet: B1, 40 and C0. RGB value is (177,64,192). Sum of RGB (Red+Green+Blue) = 177+64+192=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #B140C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B140C0 is #4EBF3F. Grayscale: #6F6F6F. Windows color (decimal): -5160768 or 12599473. OLE color: 12599473.

HSL color Cylindrical-coordinate representation of color #B140C0: hue angle of 292.97º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B140C0 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 64 192 -
CMYK 0.08 0.67 0 0.25
HSL 292.97º 0.5% 0.5% -
HSV(B) 292.97º 0.67% 0.75% -
XYZ 29.48 16.82 51.56 -
YUV 112.38 172.94 174.09 -
System Red Green Blue C M Y K H S L
Decimal 177 64 192 0.08 0.67 0 0.25 292.97 0.5 0.5
Hex B1 40 C0 8 43 0 19 125 32 32
Octal 261 100 300 10 103 0 31 445 62 62
Binary 10110001 1000000 11000000 1000 1000011 0 11001 100100101 110010 110010

Color Harmonies of #B140C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B140C0

Black with #B140C0

Text Example


Text Example

White with #B140C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B140C0; }

 p { color: rgb(177,64,192); }

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

background-color css

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

 a { background-color: rgb(177,64,192); }

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

border-color css

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

 span { border-color: rgb(177,64,192); }

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