#B467C0

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

Shades of Fuchsia #B467C0

Tints of Fuchsia #B467C0

Color information

#B467C0 (or 0xB467C0) is unknown color: approx Fuchsia. HEX triplet: B4, 67 and C0. RGB value is (180,103,192). Sum of RGB (Red+Green+Blue) = 180+103+192=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 192 - color contains mainly: blue. Hex color #B467C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B467C0 is #4B983F. Grayscale: #878787. Windows color (decimal): -4954176 or 12609460. OLE color: 12609460.

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

Color convert

RGB180103192-
CMYK0.060.4600.25
HSL291.91º41.4%57.84%-
HSV(B)291.91º46.35%75.29%-
XYZ33.1923.2152.6-
YUV136.17159.51159.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 103 (40.62% from 255) = 21.68%
BLUE value IS 192 (75.39% from 255) = 40.42%
R=37.89%
G=21.68%
B=40.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801031920.060.4600.25291.9141.457.84
HexB467C062E019124293a
Octal2641473006560314445172
Binary10110100110011111000000110101110011001100100100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B467C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B467C0; }

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

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

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

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

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

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

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

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