Html Css Color HEX #B140BD Fuchsia

📋 copy color: '#B140BD'

red 177 ◦ green 64 ◦ blue 189

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

Shades of Fuchsia #B140BD

Tints of Fuchsia #B140BD

RGB

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

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

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

R = 41.16%
G = 14.88%
B = 43.95%

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

#B140BD (or 0xB140BD) is known color: Fuchsia. HEX triplet: B1, 40 and BD. RGB value is (177,64,189). Sum of RGB (Red+Green+Blue) = 177+64+189=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #B140BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B140BD is #4EBF42. Grayscale: #6F6F6F. Windows color (decimal): -5160771 or 12402865. OLE color: 12402865.

HSL color Cylindrical-coordinate representation of color #B140BD: hue angle of 294.24º 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 #B140BD is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 64 189 -
CMYK 0.06 0.66 0 0.26
HSL 294.24º 0.49% 0.5% -
HSV(B) 294.24º 0.66% 0.74% -
XYZ 29.15 16.69 49.83 -
YUV 112.04 171.44 174.34 -
System Red Green Blue C M Y K H S L
Decimal 177 64 189 0.06 0.66 0 0.26 294.24 0.49 0.5
Hex B1 40 BD 6 42 0 1A 126 31 32
Octal 261 100 275 6 102 0 32 446 61 62
Binary 10110001 1000000 10111101 110 1000010 0 11010 100100110 110001 110010

Color Harmonies of #B140BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B140BD

Black with #B140BD

Text Example


Text Example

White with #B140BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B140BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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