Html Css Color HEX #B73FA8 Fuchsia

📋 copy color: '#B73FA8'

red 183 ◦ green 63 ◦ blue 168

#B73FA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B73FA8

Tints of Fuchsia #B73FA8

RGB

 RED value IS 183 (71.88% from 255) = 44.2%

 GREEN value IS 63 (25% from 255) = 15.22%

 BLUE value IS 168 (66.02% from 255) = 40.58%

R = 44.2%
G = 15.22%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B73FA8 (or 0xB73FA8) is known color: Fuchsia. HEX triplet: B7, 3F and A8. RGB value is (183,63,168). Sum of RGB (Red+Green+Blue) = 183+63+168=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B73FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73FA8 is #48C057. Grayscale: #6E6E6E. Windows color (decimal): -4767832 or 11026359. OLE color: 11026359.

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

Color convert

RGB 183 63 168 -
CMYK 0 0.66 0.08 0.28
HSL 307.5º 0.49% 0.48% -
HSV(B) 307.5º 0.66% 0.72% -
XYZ 28.37 16.45 38.73 -
YUV 110.85 160.26 179.46 -
System Red Green Blue C M Y K H S L
Decimal 183 63 168 0 0.66 0.08 0.28 307.5 0.49 0.48
Hex B7 3F A8 0 42 8 1C 134 31 30
Octal 267 77 250 0 102 10 34 464 61 60
Binary 10110111 111111 10101000 0 1000010 1000 11100 100110100 110001 110000

Color Harmonies of #B73FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73FA8

Black with #B73FA8

Text Example


Text Example

White with #B73FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73FA8; }

 p { color: rgb(183,63,168); }

 H1.HeaderClassName
 {
   color: #B73FA8;
 }
 .AnyTagClassName
 {
   color: #B73FA8;
 }
</style>

background-color css

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

 a { background-color: rgb(183,63,168); }

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

border-color css

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

 span { border-color: rgb(183,63,168); }

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