#BB74BD

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

Shades of Fuchsia #BB74BD

Tints of Fuchsia #BB74BD

Color information

#BB74BD (or 0xBB74BD) is unknown color: approx Fuchsia. HEX triplet: BB, 74 and BD. RGB value is (187,116,189). Sum of RGB (Red+Green+Blue) = 187+116+189=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB74BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB74BD is #448B42. Grayscale: #919191. Windows color (decimal): -4492099 or 12416187. OLE color: 12416187.

HSL color Cylindrical-coordinate representation of color #BB74BD: hue angle of 298.36º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB74BD is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187116189-
CMYK0.010.3900.26
HSL298.36º35.61%59.8%-
HSV(B)298.36º38.62%74.12%-
XYZ35.9226.7351.41-
YUV145.55152.52157.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 116 (45.70% from 255) = 23.58%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=38.01%
G=23.58%
B=38.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871161890.010.3900.26298.3635.6159.8
HexBB74BD12701A12a243c
Octal2731642751470324524474
Binary101110111110100101111011100111011010100101010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB74BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB74BD; }

 p { color: rgb(187,116,189); }

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

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

 a { background-color: rgb(187,116,189); }

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

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

 span { border-color: rgb(187,116,189); }

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