#B970BE

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

Shades of Fuchsia #B970BE

Tints of Fuchsia #B970BE

Color information

#B970BE (or 0xB970BE) is unknown color: approx Fuchsia. HEX triplet: B9, 70 and BE. RGB value is (185,112,190). Sum of RGB (Red+Green+Blue) = 185+112+190=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #B970BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970BE is #468F41. Grayscale: #8E8E8E. Windows color (decimal): -4624194 or 12480697. OLE color: 12480697.

HSL color Cylindrical-coordinate representation of color #B970BE: hue angle of 296.15º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B970BE is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185112190-
CMYK0.030.4100.25
HSL296.15º37.5%59.22%-
HSV(B)296.15º41.05%74.51%-
XYZ35.125.6251.81-
YUV142.72154.68158.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.99%
GREEN value IS 112 (44.14% from 255) = 23.00%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=37.99%
G=23.00%
B=39.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851121900.030.4100.25296.1537.559.22
HexB970BE329019128263b
Octal2711602763510314504673
Binary1011100111100001011111011101001011001100101000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B970BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B970BE; }

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

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

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

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

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

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

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

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