#B967B5

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

Shades of Fuchsia #B967B5

Tints of Fuchsia #B967B5

Color information

#B967B5 (or 0xB967B5) is unknown color: approx Fuchsia. HEX triplet: B9, 67 and B5. RGB value is (185,103,181). Sum of RGB (Red+Green+Blue) = 185+103+181=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B967B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B967B5 is #46984A. Grayscale: #888888. Windows color (decimal): -4626507 or 11888569. OLE color: 11888569.

HSL color Cylindrical-coordinate representation of color #B967B5: hue angle of 302.93º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B967B5 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB185103181-
CMYK00.440.020.27
HSL302.93º36.94%56.47%-
HSV(B)302.93º44.32%72.55%-
XYZ33.223.3546.47-
YUV136.41153.17162.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.45%
GREEN value IS 103 (40.62% from 255) = 21.96%
BLUE value IS 181 (71.09% from 255) = 38.59%
R=39.45%
G=21.96%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510318100.440.020.27302.9336.9456.47
HexB967B502C21B12f2538
Octal2711472650542334574570
Binary1011100111001111011010101011001011011100101111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B967B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B967B5; }

 p { color: rgb(185,103,181); }

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

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

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

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

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

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

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