#B73BBD

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

Shades of Fuchsia #B73BBD

Tints of Fuchsia #B73BBD

Color information

#B73BBD (or 0xB73BBD) is unknown color: approx Fuchsia. HEX triplet: B7, 3B and BD. RGB value is (183,59,189). Sum of RGB (Red+Green+Blue) = 183+59+189=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #B73BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73BBD is #48C442. Grayscale: #6E6E6E. Windows color (decimal): -4768835 or 12401591. OLE color: 12401591.

HSL color Cylindrical-coordinate representation of color #B73BBD: hue angle of 297.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73BBD is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18359189-
CMYK0.030.6900.26
HSL297.23º52.42%48.63%-
HSV(B)297.23º68.78%74.12%-
XYZ30.2816.8749.8-
YUV110.9172.08179.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.46%
GREEN value IS 59 (23.44% from 255) = 13.69%
BLUE value IS 189 (74.22% from 255) = 43.85%
R=42.46%
G=13.69%
B=43.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal183591890.030.6900.26297.2352.4248.63
HexB73BBD34501A1293431
Octal2677327531050324516461
Binary1011011111101110111101111000101011010100101001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73BBD; }

 p { color: rgb(183,59,189); }

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

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

 a { background-color: rgb(183,59,189); }

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

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

 span { border-color: rgb(183,59,189); }

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