#B970BB

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

Shades of Fuchsia #B970BB

Tints of Fuchsia #B970BB

Color information

#B970BB (or 0xB970BB) is unknown color: approx Fuchsia. HEX triplet: B9, 70 and BB. RGB value is (185,112,187). Sum of RGB (Red+Green+Blue) = 185+112+187=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #B970BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970BB is #468F44. Grayscale: #8E8E8E. Windows color (decimal): -4624197 or 12284089. OLE color: 12284089.

HSL color Cylindrical-coordinate representation of color #B970BB: hue angle of 298.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B970BB is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB185112187-
CMYK0.010.4000.27
HSL298.4º35.55%58.63%-
HSV(B)298.4º40.11%73.33%-
XYZ34.7725.4950.1-
YUV142.38153.18158.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.22%
GREEN value IS 112 (44.14% from 255) = 23.14%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=38.22%
G=23.14%
B=38.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851121870.010.4000.27298.435.5558.63
HexB970BB12801B12a243b
Octal2711602731500334524473
Binary101110011110000101110111101000011011100101010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B970BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B970BB; }

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

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

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

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

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

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

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

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