#B250BB

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

Shades of Fuchsia #B250BB

Tints of Fuchsia #B250BB

Color information

#B250BB (or 0xB250BB) is unknown color: approx Fuchsia. HEX triplet: B2, 50 and BB. RGB value is (178,80,187). Sum of RGB (Red+Green+Blue) = 178+80+187=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #B250BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B250BB is #4DAF44. Grayscale: #797979. Windows color (decimal): -5091141 or 12275890. OLE color: 12275890.

HSL color Cylindrical-coordinate representation of color #B250BB: hue angle of 294.95º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B250BB is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17880187-
CMYK0.050.5700.27
HSL294.95º44.03%52.35%-
HSV(B)294.95º57.22%73.33%-
XYZ30.218.7949.05-
YUV121.5164.97168.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40%
GREEN value IS 80 (31.64% from 255) = 17.98%
BLUE value IS 187 (73.44% from 255) = 42.02%
R=40%
G=17.98%
B=42.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178801870.050.5700.27294.9544.0352.35
HexB250BB53901B1272c34
Octal2621202735710334475464
Binary10110010101000010111011101111001011011100100111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B250BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B250BB; }

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

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

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

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

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

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

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

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