Html Css Color HEX #B74AAE Fuchsia

📋 copy color: '#B74AAE'

red 183 ◦ green 74 ◦ blue 174

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

Shades of Fuchsia #B74AAE

Tints of Fuchsia #B74AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.17%

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

R = 42.46%
G = 17.17%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B74AAE (or 0xB74AAE) is known color: Fuchsia. HEX triplet: B7, 4A and AE. RGB value is (183,74,174). Sum of RGB (Red+Green+Blue) = 183+74+174=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B74AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74AAE is #48B551. Grayscale: #757575. Windows color (decimal): -4765010 or 11422391. OLE color: 11422391.

HSL color Cylindrical-coordinate representation of color #B74AAE: hue angle of 304.95º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74AAE is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 74 174 -
CMYK 0 0.60 0.05 0.28
HSL 304.95º 0.43% 0.5% -
HSV(B) 304.95º 0.6% 0.72% -
XYZ 29.62 18.02 41.96 -
YUV 117.99 159.61 174.37 -
System Red Green Blue C M Y K H S L
Decimal 183 74 174 0 0.60 0.05 0.28 304.95 0.43 0.5
Hex B7 4A AE 0 3C 5 1C 131 2B 32
Octal 267 112 256 0 74 5 34 461 53 62
Binary 10110111 1001010 10101110 0 111100 101 11100 100110001 101011 110010

Color Harmonies of #B74AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74AAE

Black with #B74AAE

Text Example


Text Example

White with #B74AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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