#B13EBE

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

Shades of Fuchsia #B13EBE

Tints of Fuchsia #B13EBE

Color information

#B13EBE (or 0xB13EBE) is unknown color: approx Fuchsia. HEX triplet: B1, 3E and BE. RGB value is (177,62,190). Sum of RGB (Red+Green+Blue) = 177+62+190=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #B13EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13EBE is #4EC141. Grayscale: #6E6E6E. Windows color (decimal): -5161282 or 12467889. OLE color: 12467889.

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

Color convert

RGB17762190-
CMYK0.070.6700.25
HSL293.91º50.79%49.41%-
HSV(B)293.91º67.37%74.51%-
XYZ29.1516.5150.37-
YUV110.98172.6175.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 62 (24.61% from 255) = 14.45%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=41.26%
G=14.45%
B=44.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177621900.070.6700.25293.9150.7949.41
HexB13EBE7430191263331
Octal2617627671030314466361
Binary10110001111110101111101111000011011001100100110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13EBE; }

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

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

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

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

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

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

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

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