#B73ABA

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

Shades of Fuchsia #B73ABA

Tints of Fuchsia #B73ABA

Color information

#B73ABA (or 0xB73ABA) is unknown color: approx Fuchsia. HEX triplet: B7, 3A and BA. RGB value is (183,58,186). Sum of RGB (Red+Green+Blue) = 183+58+186=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #B73ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73ABA is #48C545. Grayscale: #6D6D6D. Windows color (decimal): -4769094 or 12204727. OLE color: 12204727.

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

Color convert

RGB18358186-
CMYK0.020.6900.27
HSL298.59º52.46%47.84%-
HSV(B)298.59º68.82%72.94%-
XYZ29.916.6448.09-
YUV109.97170.91180.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 58 (23.05% from 255) = 13.58%
BLUE value IS 186 (73.05% from 255) = 43.56%
R=42.86%
G=13.58%
B=43.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183581860.020.6900.27298.5952.4647.84
HexB73ABA24501B12b3430
Octal2677227221050334536460
Binary1011011111101010111010101000101011011100101011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73ABA; }

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

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

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

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

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

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

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

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