Html Css Color HEX #B73BAE Fuchsia

📋 copy color: '#B73BAE'

red 183 ◦ green 59 ◦ blue 174

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

Shades of Fuchsia #B73BAE

Tints of Fuchsia #B73BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.83%

R = 43.99%
G = 14.18%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B73BAE (or 0xB73BAE) is known color: Fuchsia. HEX triplet: B7, 3B and AE. RGB value is (183,59,174). Sum of RGB (Red+Green+Blue) = 183+59+174=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B73BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73BAE is #48C451. Grayscale: #6C6C6C. Windows color (decimal): -4768850 or 11418551. OLE color: 11418551.

HSL color Cylindrical-coordinate representation of color #B73BAE: hue angle of 304.35º 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 #B73BAE is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 59 174 -
CMYK 0 0.68 0.05 0.28
HSL 304.35º 0.51% 0.47% -
HSV(B) 304.35º 0.68% 0.72% -
XYZ 28.73 16.25 41.67 -
YUV 109.19 164.58 180.65 -
System Red Green Blue C M Y K H S L
Decimal 183 59 174 0 0.68 0.05 0.28 304.35 0.51 0.47
Hex B7 3B AE 0 44 5 1C 130 33 2F
Octal 267 73 256 0 104 5 34 460 63 57
Binary 10110111 111011 10101110 0 1000100 101 11100 100110000 110011 101111

Color Harmonies of #B73BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73BAE

Black with #B73BAE

Text Example


Text Example

White with #B73BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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