#B455C0

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

Shades of Fuchsia #B455C0

Tints of Fuchsia #B455C0

Color information

#B455C0 (or 0xB455C0) is unknown color: approx Fuchsia. HEX triplet: B4, 55 and C0. RGB value is (180,85,192). Sum of RGB (Red+Green+Blue) = 180+85+192=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: blue. Hex color #B455C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B455C0 is #4BAA3F. Grayscale: #7D7D7D. Windows color (decimal): -4958784 or 12604852. OLE color: 12604852.

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

Color convert

RGB18085192-
CMYK0.060.5600.25
HSL293.27º45.92%54.31%-
HSV(B)293.27º55.73%75.29%-
XYZ31.5920.0152.07-
YUV125.6165.47166.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 85 (33.59% from 255) = 18.60%
BLUE value IS 192 (75.39% from 255) = 42.01%
R=39.39%
G=18.60%
B=42.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180851920.060.5600.25293.2745.9254.31
HexB455C06380191252e36
Octal2641253006700314455666
Binary10110100101010111000000110111000011001100100101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B455C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B455C0; }

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

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

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

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

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

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

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

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