#B967C4

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

Shades of Fuchsia #B967C4

Tints of Fuchsia #B967C4

Color information

#B967C4 (or 0xB967C4) is unknown color: approx Fuchsia. HEX triplet: B9, 67 and C4. RGB value is (185,103,196). Sum of RGB (Red+Green+Blue) = 185+103+196=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 196 - color contains mainly: blue. Hex color #B967C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B967C4 is #46983B. Grayscale: #898989. Windows color (decimal): -4626492 or 12871609. OLE color: 12871609.

HSL color Cylindrical-coordinate representation of color #B967C4: hue angle of 292.9º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B967C4 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB185103196-
CMYK0.060.4700.23
HSL292.9º44.08%58.63%-
HSV(B)292.9º47.45%76.86%-
XYZ34.822455.02-
YUV138.12160.67161.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.22%
GREEN value IS 103 (40.62% from 255) = 21.28%
BLUE value IS 196 (76.95% from 255) = 40.50%
R=38.22%
G=21.28%
B=40.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851031960.060.4700.23292.944.0858.63
HexB967C462F0171252c3b
Octal2711473046570274455473
Binary10111001110011111000100110101111010111100100101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B967C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B967C4; }

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

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

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

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

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

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

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

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