#B950BD

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

Shades of Fuchsia #B950BD

Tints of Fuchsia #B950BD

Color information

#B950BD (or 0xB950BD) is unknown color: approx Fuchsia. HEX triplet: B9, 50 and BD. RGB value is (185,80,189). Sum of RGB (Red+Green+Blue) = 185+80+189=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #B950BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B950BD is #46AF42. Grayscale: #7B7B7B. Windows color (decimal): -4632387 or 12406969. OLE color: 12406969.

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

Color convert

RGB18580189-
CMYK0.020.5800.26
HSL297.8º45.23%52.75%-
HSV(B)297.8º57.67%74.12%-
XYZ32.0619.7350.26-
YUV123.82164.79171.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 80 (31.64% from 255) = 17.62%
BLUE value IS 189 (74.22% from 255) = 41.63%
R=40.75%
G=17.62%
B=41.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185801890.020.5800.26297.845.2352.75
HexB950BD23A01A12a2d35
Octal2711202752720324525565
Binary1011100110100001011110110111010011010100101010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B950BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B950BD; }

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

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

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

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

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

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

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

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