#B73DB1

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

Shades of Fuchsia #B73DB1

Tints of Fuchsia #B73DB1

Color information

#B73DB1 (or 0xB73DB1) is unknown color: approx Fuchsia. HEX triplet: B7, 3D and B1. RGB value is (183,61,177). Sum of RGB (Red+Green+Blue) = 183+61+177=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B73DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73DB1 is #48C24E. Grayscale: #6E6E6E. Windows color (decimal): -4768335 or 11615671. OLE color: 11615671.

HSL color Cylindrical-coordinate representation of color #B73DB1: hue angle of 302.95º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73DB1 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB18361177-
CMYK00.670.030.28
HSL302.95º50%47.84%-
HSV(B)302.95º66.67%71.76%-
XYZ29.1316.5843.26-
YUV110.7165.42179.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 61 (24.22% from 255) = 14.49%
BLUE value IS 177 (69.53% from 255) = 42.04%
R=43.47%
G=14.49%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836117700.670.030.28302.955047.84
HexB73DB104331C12f3230
Octal2677526101033344576260
Binary1011011111110110110001010000111111100100101111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73DB1; }

 p { color: rgb(183,61,177); }

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

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

 a { background-color: rgb(183,61,177); }

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

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

 span { border-color: rgb(183,61,177); }

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