#B972C1

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

Shades of Fuchsia #B972C1

Tints of Fuchsia #B972C1

Color information

#B972C1 (or 0xB972C1) is unknown color: approx Fuchsia. HEX triplet: B9, 72 and C1. RGB value is (185,114,193). Sum of RGB (Red+Green+Blue) = 185+114+193=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #B972C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972C1 is #468D3E. Grayscale: #8F8F8F. Windows color (decimal): -4623679 or 12677817. OLE color: 12677817.

HSL color Cylindrical-coordinate representation of color #B972C1: hue angle of 293.92º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B972C1 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185114193-
CMYK0.040.4100.24
HSL293.92º38.92%60.2%-
HSV(B)293.92º40.93%75.69%-
XYZ35.6526.253.63-
YUV144.23155.52157.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.60%
GREEN value IS 114 (44.92% from 255) = 23.17%
BLUE value IS 193 (75.78% from 255) = 39.23%
R=37.60%
G=23.17%
B=39.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851141930.040.4100.24293.9238.9260.2
HexB972C1429018126273c
Octal2711623014510304464774
Binary10111001111001011000001100101001011000100100110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B972C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B972C1; }

 p { color: rgb(185,114,193); }

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

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

 a { background-color: rgb(185,114,193); }

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

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

 span { border-color: rgb(185,114,193); }

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