#B267BC

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

Shades of Fuchsia #B267BC

Tints of Fuchsia #B267BC

Color information

#B267BC (or 0xB267BC) is unknown color: approx Fuchsia. HEX triplet: B2, 67 and BC. RGB value is (178,103,188). Sum of RGB (Red+Green+Blue) = 178+103+188=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #B267BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B267BC is #4D9843. Grayscale: #868686. Windows color (decimal): -5085252 or 12347314. OLE color: 12347314.

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

Color convert

RGB178103188-
CMYK0.050.4500.26
HSL292.94º38.81%57.06%-
HSV(B)292.94º45.21%73.73%-
XYZ32.2922.850.28-
YUV135.12157.85158.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.95%
GREEN value IS 103 (40.62% from 255) = 21.96%
BLUE value IS 188 (73.83% from 255) = 40.09%
R=37.95%
G=21.96%
B=40.09%

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
Decimal1781031880.050.4500.26292.9438.8157.06
HexB267BC52D01A1252739
Octal2621472745550324454771
Binary10110010110011110111100101101101011010100100101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B267BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B267BC; }

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

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

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

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

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

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

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

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