#B367BC

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

Shades of Fuchsia #B367BC

Tints of Fuchsia #B367BC

Color information

#B367BC (or 0xB367BC) is unknown color: approx Fuchsia. HEX triplet: B3, 67 and BC. RGB value is (179,103,188). Sum of RGB (Red+Green+Blue) = 179+103+188=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #B367BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367BC is #4C9843. Grayscale: #878787. Windows color (decimal): -5019716 or 12347315. OLE color: 12347315.

HSL color Cylindrical-coordinate representation of color #B367BC: hue angle of 293.65º 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 #B367BC is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179103188-
CMYK0.050.4500.26
HSL293.65º38.81%57.06%-
HSV(B)293.65º45.21%73.73%-
XYZ32.5222.9250.29-
YUV135.41157.68159.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.09%
GREEN value IS 103 (40.62% from 255) = 21.91%
BLUE value IS 188 (73.83% from 255) = 40%
R=38.09%
G=21.91%
B=40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791031880.050.4500.26293.6538.8157.06
HexB367BC52D01A1262739
Octal2631472745550324464771
Binary10110011110011110111100101101101011010100100110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B367BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B367BC; }

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

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

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

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

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

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

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

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