#B439C0

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

Shades of Fuchsia #B439C0

Tints of Fuchsia #B439C0

Color information

#B439C0 (or 0xB439C0) is unknown color: approx Fuchsia. HEX triplet: B4, 39 and C0. RGB value is (180,57,192). Sum of RGB (Red+Green+Blue) = 180+57+192=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #B439C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B439C0 is #4BC63F. Grayscale: #6C6C6C. Windows color (decimal): -4965952 or 12597684. OLE color: 12597684.

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

Color convert

RGB18057192-
CMYK0.060.7000.25
HSL294.67º54.22%48.82%-
HSV(B)294.67º70.31%75.29%-
XYZ29.816.4451.47-
YUV109.17174.75178.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 57 (22.66% from 255) = 13.29%
BLUE value IS 192 (75.39% from 255) = 44.76%
R=41.96%
G=13.29%
B=44.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180571920.060.7000.25294.6754.2248.82
HexB439C06460191273631
Octal2647130061060314476661
Binary10110100111001110000001101000110011001100100111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B439C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B439C0; }

 p { color: rgb(180,57,192); }

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

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

 a { background-color: rgb(180,57,192); }

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

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

 span { border-color: rgb(180,57,192); }

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