#B039BE

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

Shades of Fuchsia #B039BE

Tints of Fuchsia #B039BE

Color information

#B039BE (or 0xB039BE) is unknown color: approx Fuchsia. HEX triplet: B0, 39 and BE. RGB value is (176,57,190). Sum of RGB (Red+Green+Blue) = 176+57+190=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #B039BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039BE is #4FC641. Grayscale: #6B6B6B. Windows color (decimal): -5228098 or 12466608. OLE color: 12466608.

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

Color convert

RGB17657190-
CMYK0.070.700.25
HSL293.68º53.85%48.43%-
HSV(B)293.68º70%74.51%-
XYZ28.6615.8750.27-
YUV107.74174.42176.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 57 (22.66% from 255) = 13.48%
BLUE value IS 190 (74.61% from 255) = 44.92%
R=41.61%
G=13.48%
B=44.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176571900.070.700.25293.6853.8548.43
HexB039BE7460191263630
Octal2607127671060314466660
Binary10110000111001101111101111000110011001100100110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B039BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B039BE; }

 p { color: rgb(176,57,190); }

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

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

 a { background-color: rgb(176,57,190); }

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

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

 span { border-color: rgb(176,57,190); }

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