Html Css Color HEX #B73BAA Fuchsia

📋 copy color: '#B73BAA'

red 183 ◦ green 59 ◦ blue 170

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

Shades of Fuchsia #B73BAA

Tints of Fuchsia #B73BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.32%

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

R = 44.42%
G = 14.32%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B73BAA (or 0xB73BAA) is known color: Fuchsia. HEX triplet: B7, 3B and AA. RGB value is (183,59,170). Sum of RGB (Red+Green+Blue) = 183+59+170=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B73BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73BAA is #48C455. Grayscale: #6C6C6C. Windows color (decimal): -4768854 or 11156407. OLE color: 11156407.

HSL color Cylindrical-coordinate representation of color #B73BAA: hue angle of 306.29º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73BAA is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 59 170 -
CMYK 0 0.68 0.07 0.28
HSL 306.29º 0.51% 0.47% -
HSV(B) 306.29º 0.68% 0.72% -
XYZ 28.35 16.1 39.64 -
YUV 108.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 183 59 170 0 0.68 0.07 0.28 306.29 0.51 0.47
Hex B7 3B AA 0 44 7 1C 132 33 2F
Octal 267 73 252 0 104 7 34 462 63 57
Binary 10110111 111011 10101010 0 1000100 111 11100 100110010 110011 101111

Color Harmonies of #B73BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73BAA

Black with #B73BAA

Text Example


Text Example

White with #B73BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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