#B974C2

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

Shades of Fuchsia #B974C2

Tints of Fuchsia #B974C2

Color information

#B974C2 (or 0xB974C2) is unknown color: approx Fuchsia. HEX triplet: B9, 74 and C2. RGB value is (185,116,194). Sum of RGB (Red+Green+Blue) = 185+116+194=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 194 - color contains mainly: blue. Hex color #B974C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B974C2 is #468B3D. Grayscale: #919191. Windows color (decimal): -4623166 or 12743865. OLE color: 12743865.

HSL color Cylindrical-coordinate representation of color #B974C2: hue angle of 293.08º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B974C2 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185116194-
CMYK0.050.4000.24
HSL293.08º39%60.78%-
HSV(B)293.08º40.21%76.08%-
XYZ35.9926.754.3-
YUV145.52155.36156.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.37%
GREEN value IS 116 (45.70% from 255) = 23.43%
BLUE value IS 194 (76.17% from 255) = 39.19%
R=37.37%
G=23.43%
B=39.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851161940.050.4000.24293.083960.78
HexB974C2528018125273d
Octal2711643025500304454775
Binary10111001111010011000010101101000011000100100101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B974C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B974C2; }

 p { color: rgb(185,116,194); }

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

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

 a { background-color: rgb(185,116,194); }

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

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

 span { border-color: rgb(185,116,194); }

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