#B267B3

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

Shades of Fuchsia #B267B3

Tints of Fuchsia #B267B3

Color information

#B267B3 (or 0xB267B3) is unknown color: approx Fuchsia. HEX triplet: B2, 67 and B3. RGB value is (178,103,179). Sum of RGB (Red+Green+Blue) = 178+103+179=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 179 - color contains mainly: blue. Hex color #B267B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B267B3 is #4D984C. Grayscale: #858585. Windows color (decimal): -5085261 or 11757490. OLE color: 11757490.

HSL color Cylindrical-coordinate representation of color #B267B3: hue angle of 299.21º 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 #B267B3 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB178103179-
CMYK0.010.4200.30
HSL299.21º33.33%55.29%-
HSV(B)299.21º42.46%70.2%-
XYZ31.3522.4245.32-
YUV134.09153.35159.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.70%
GREEN value IS 103 (40.62% from 255) = 22.39%
BLUE value IS 179 (70.31% from 255) = 38.91%
R=38.70%
G=22.39%
B=38.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781031790.010.4200.30299.2133.3355.29
HexB267B312A01E12b2137
Octal2621472631520364534167
Binary101100101100111101100111101010011110100101011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B267B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B267B3; }

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

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

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

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

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

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

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

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