#B972BE

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

Shades of Fuchsia #B972BE

Tints of Fuchsia #B972BE

Color information

#B972BE (or 0xB972BE) is unknown color: approx Fuchsia. HEX triplet: B9, 72 and BE. RGB value is (185,114,190). Sum of RGB (Red+Green+Blue) = 185+114+190=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #B972BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972BE is #468D41. Grayscale: #8F8F8F. Windows color (decimal): -4623682 or 12481209. OLE color: 12481209.

HSL color Cylindrical-coordinate representation of color #B972BE: hue angle of 296.05º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B972BE is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185114190-
CMYK0.030.4000.25
HSL296.05º36.89%59.61%-
HSV(B)296.05º40%74.51%-
XYZ35.3226.0751.89-
YUV143.89154.02157.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 114 (44.92% from 255) = 23.31%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=37.83%
G=23.31%
B=38.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851141900.030.4000.25296.0536.8959.61
HexB972BE328019128253c
Octal2711622763500314504574
Binary1011100111100101011111011101000011001100101000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B972BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B972BE; }

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

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

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

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

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

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

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

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