#B367B3

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

Shades of Fuchsia #B367B3

Tints of Fuchsia #B367B3

Color information

#B367B3 (or 0xB367B3) is unknown color: approx Fuchsia. HEX triplet: B3, 67 and B3. RGB value is (179,103,179). Sum of RGB (Red+Green+Blue) = 179+103+179=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B367B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367B3 is #4C984C. Grayscale: #868686. Windows color (decimal): -5019725 or 11757491. OLE color: 11757491.

HSL color Cylindrical-coordinate representation of color #B367B3: hue angle of 300º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B367B3 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB179103179-
CMYK00.4200.30
HSL300º33.33%55.29%-
HSV(B)300º42.46%70.2%-
XYZ31.5822.5445.33-
YUV134.39153.18159.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.83%
GREEN value IS 103 (40.62% from 255) = 22.34%
BLUE value IS 179 (70.31% from 255) = 38.83%
R=38.83%
G=22.34%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910317900.4200.3030033.3355.29
HexB367B302A01E12c2137
Octal2631472630520364544167
Binary101100111100111101100110101010011110100101100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B367B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B367B3; }

 p { color: rgb(179,103,179); }

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

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

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

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

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

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

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