#B250BD

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

Shades of Fuchsia #B250BD

Tints of Fuchsia #B250BD

Color information

#B250BD (or 0xB250BD) is unknown color: approx Fuchsia. HEX triplet: B2, 50 and BD. RGB value is (178,80,189). Sum of RGB (Red+Green+Blue) = 178+80+189=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #B250BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B250BD is #4DAF42. Grayscale: #797979. Windows color (decimal): -5091139 or 12406962. OLE color: 12406962.

HSL color Cylindrical-coordinate representation of color #B250BD: hue angle of 293.94º 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 #B250BD is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17880189-
CMYK0.060.5800.26
HSL293.94º45.23%52.75%-
HSV(B)293.94º57.67%74.12%-
XYZ30.4118.8850.18-
YUV121.73165.97168.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.82%
GREEN value IS 80 (31.64% from 255) = 17.90%
BLUE value IS 189 (74.22% from 255) = 42.28%
R=39.82%
G=17.90%
B=42.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178801890.060.5800.26293.9445.2352.75
HexB250BD63A01A1262d35
Octal2621202756720324465565
Binary10110010101000010111101110111010011010100100110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B250BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B250BD; }

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

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

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

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

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

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

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

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