#B73CBA

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

Shades of Fuchsia #B73CBA

Tints of Fuchsia #B73CBA

Color information

#B73CBA (or 0xB73CBA) is unknown color: approx Fuchsia. HEX triplet: B7, 3C and BA. RGB value is (183,60,186). Sum of RGB (Red+Green+Blue) = 183+60+186=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #B73CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73CBA is #48C345. Grayscale: #6E6E6E. Windows color (decimal): -4768582 or 12205239. OLE color: 12205239.

HSL color Cylindrical-coordinate representation of color #B73CBA: hue angle of 298.57º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73CBA is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18360186-
CMYK0.020.6800.27
HSL298.57º51.22%48.24%-
HSV(B)298.57º67.74%72.94%-
XYZ30.0116.8448.12-
YUV111.14170.25179.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 60 (23.83% from 255) = 13.99%
BLUE value IS 186 (73.05% from 255) = 43.36%
R=42.66%
G=13.99%
B=43.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183601860.020.6800.27298.5751.2248.24
HexB73CBA24401B12b3330
Octal2677427221040334536360
Binary1011011111110010111010101000100011011100101011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73CBA; }

 p { color: rgb(183,60,186); }

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

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

 a { background-color: rgb(183,60,186); }

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

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

 span { border-color: rgb(183,60,186); }

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