#b143be

Color #B143BE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B143BE

Tints of Fuchsia #B143BE

Color information

#B143BE (or 0xB143BE) is unknown color: approx Fuchsia. HEX triplet: B1, 43 and BE. RGB value is (177,67,190). Sum of RGB (Red+Green+Blue) = 177+67+190=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #B143BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B143BE is #4EBC41. Grayscale: #717171. Windows color (decimal): -5160002 or 12469169. OLE color: 12469169.

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

Color convert

RGB17767190-
CMYK0.070.6500.25
HSL293.66º48.62%50.39%-
HSV(B)293.66º64.74%74.51%-
XYZ29.4317.0850.46-
YUV113.91170.94173-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.78%
GREEN value IS 67 (26.56% from 255) = 15.44%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=40.78%
G=15.44%
B=43.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177671900.070.6500.25293.6648.6250.39
HexB143BE7410191263132
Octal26110327671010314466162
Binary101100011000011101111101111000001011001100100110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b143be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b143be; }

 p { color: rgb(177,67,190); }

 H1.HeaderClassName
 {
   color: #b143be;
 }
 .AnyTagClassName
 {
   color: #b143be;
 }
</style>
background-color css

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

 a { background-color: rgb(177,67,190); }

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

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

 span { border-color: rgb(177,67,190); }

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