#B467BC

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

Shades of Fuchsia #B467BC

Tints of Fuchsia #B467BC

Color information

#B467BC (or 0xB467BC) is unknown color: approx Fuchsia. HEX triplet: B4, 67 and BC. RGB value is (180,103,188). Sum of RGB (Red+Green+Blue) = 180+103+188=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #B467BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B467BC is #4B9843. Grayscale: #878787. Windows color (decimal): -4954180 or 12347316. OLE color: 12347316.

HSL color Cylindrical-coordinate representation of color #B467BC: hue angle of 294.35º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B467BC is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180103188-
CMYK0.040.4500.26
HSL294.35º38.81%57.06%-
HSV(B)294.35º45.21%73.73%-
XYZ32.7523.0350.3-
YUV135.71157.51159.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 103 (40.62% from 255) = 21.87%
BLUE value IS 188 (73.83% from 255) = 39.92%
R=38.22%
G=21.87%
B=39.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801031880.040.4500.26294.3538.8157.06
HexB467BC42D01A1262739
Octal2641472744550324464771
Binary10110100110011110111100100101101011010100100110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B467BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B467BC; }

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

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

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

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

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

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

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

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