#B74BB0

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

Shades of Fuchsia #B74BB0

Tints of Fuchsia #B74BB0

Color information

#B74BB0 (or 0xB74BB0) is unknown color: approx Fuchsia. HEX triplet: B7, 4B and B0. RGB value is (183,75,176). Sum of RGB (Red+Green+Blue) = 183+75+176=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B74BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74BB0 is #48B44F. Grayscale: #767676. Windows color (decimal): -4764752 or 11553719. OLE color: 11553719.

HSL color Cylindrical-coordinate representation of color #B74BB0: hue angle of 303.89º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74BB0 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB18375176-
CMYK00.590.040.28
HSL303.89º42.86%50.59%-
HSV(B)303.89º59.02%71.76%-
XYZ29.8818.2343.02-
YUV118.81160.28173.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 75 (29.69% from 255) = 17.28%
BLUE value IS 176 (69.14% from 255) = 40.55%
R=42.17%
G=17.28%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837517600.590.040.28303.8942.8650.59
HexB74BB003B41C1302b33
Octal2671132600734344605363
Binary10110111100101110110000011101110011100100110000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74BB0; }

 p { color: rgb(183,75,176); }

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

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

 a { background-color: rgb(183,75,176); }

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

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

 span { border-color: rgb(183,75,176); }

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