Html Css Color HEX #B73FAA Fuchsia

📋 copy color: '#B73FAA'

red 183 ◦ green 63 ◦ blue 170

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

Shades of Fuchsia #B73FAA

Tints of Fuchsia #B73FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.87%

R = 43.99%
G = 15.14%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B73FAA (or 0xB73FAA) is known color: Fuchsia. HEX triplet: B7, 3F and AA. RGB value is (183,63,170). Sum of RGB (Red+Green+Blue) = 183+63+170=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B73FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73FAA is #48C055. Grayscale: #6E6E6E. Windows color (decimal): -4767830 or 11157431. OLE color: 11157431.

HSL color Cylindrical-coordinate representation of color #B73FAA: hue angle of 306.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 #B73FAA is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 63 170 -
CMYK 0 0.66 0.07 0.28
HSL 306.5º 0.49% 0.48% -
HSV(B) 306.5º 0.66% 0.72% -
XYZ 28.56 16.52 39.71 -
YUV 111.08 161.26 179.3 -
System Red Green Blue C M Y K H S L
Decimal 183 63 170 0 0.66 0.07 0.28 306.5 0.49 0.48
Hex B7 3F AA 0 42 7 1C 132 31 30
Octal 267 77 252 0 102 7 34 462 61 60
Binary 10110111 111111 10101010 0 1000010 111 11100 100110010 110001 110000

Color Harmonies of #B73FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73FAA

Black with #B73FAA

Text Example


Text Example

White with #B73FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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