#B267BE

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

Shades of Fuchsia #B267BE

Tints of Fuchsia #B267BE

Color information

#B267BE (or 0xB267BE) is unknown color: approx Fuchsia. HEX triplet: B2, 67 and BE. RGB value is (178,103,190). Sum of RGB (Red+Green+Blue) = 178+103+190=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #B267BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B267BE is #4D9841. Grayscale: #878787. Windows color (decimal): -5085250 or 12478386. OLE color: 12478386.

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

Color convert

RGB178103190-
CMYK0.060.4600.25
HSL291.72º40.09%57.45%-
HSV(B)291.72º45.79%74.51%-
XYZ32.522.8851.42-
YUV135.34158.85158.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.79%
GREEN value IS 103 (40.62% from 255) = 21.87%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=37.79%
G=21.87%
B=40.34%

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
Decimal1781031900.060.4600.25291.7240.0957.45
HexB267BE62E0191242839
Octal2621472766560314445071
Binary10110010110011110111110110101110011001100100100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B267BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B267BE; }

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

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

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

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

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

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

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

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