#B750BB

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

Shades of Fuchsia #B750BB

Tints of Fuchsia #B750BB

Color information

#B750BB (or 0xB750BB) is unknown color: approx Fuchsia. HEX triplet: B7, 50 and BB. RGB value is (183,80,187). Sum of RGB (Red+Green+Blue) = 183+80+187=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #B750BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B750BB is #48AF44. Grayscale: #7A7A7A. Windows color (decimal): -4763461 or 12275895. OLE color: 12275895.

HSL color Cylindrical-coordinate representation of color #B750BB: hue angle of 297.76º 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 #B750BB is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18380187-
CMYK0.020.5700.27
HSL297.76º44.03%52.35%-
HSV(B)297.76º57.22%73.33%-
XYZ31.3719.3949.1-
YUV122.99164.12170.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.67%
GREEN value IS 80 (31.64% from 255) = 17.78%
BLUE value IS 187 (73.44% from 255) = 41.56%
R=40.67%
G=17.78%
B=41.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183801870.020.5700.27297.7644.0352.35
HexB750BB23901B12a2c34
Octal2671202732710334525464
Binary1011011110100001011101110111001011011100101010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B750BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B750BB; }

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

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

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

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

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

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

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

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