#B961BD

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

Shades of Fuchsia #B961BD

Tints of Fuchsia #B961BD

Color information

#B961BD (or 0xB961BD) is unknown color: approx Fuchsia. HEX triplet: B9, 61 and BD. RGB value is (185,97,189). Sum of RGB (Red+Green+Blue) = 185+97+189=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #B961BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B961BD is #469E42. Grayscale: #858585. Windows color (decimal): -4628035 or 12411321. OLE color: 12411321.

HSL color Cylindrical-coordinate representation of color #B961BD: hue angle of 297.39º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B961BD is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18597189-
CMYK0.020.4900.26
HSL297.39º41.07%56.08%-
HSV(B)297.39º48.68%74.12%-
XYZ33.4722.5450.73-
YUV133.8159.15164.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.28%
GREEN value IS 97 (38.28% from 255) = 20.59%
BLUE value IS 189 (74.22% from 255) = 40.13%
R=39.28%
G=20.59%
B=40.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185971890.020.4900.26297.3941.0756.08
HexB961BD23101A1292938
Octal2711412752610324515170
Binary1011100111000011011110110110001011010100101001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B961BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B961BD; }

 p { color: rgb(185,97,189); }

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

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

 a { background-color: rgb(185,97,189); }

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

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

 span { border-color: rgb(185,97,189); }

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