Html Css Color HEX #B74AAA Fuchsia

📋 copy color: '#B74AAA'

red 183 ◦ green 74 ◦ blue 170

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

Shades of Fuchsia #B74AAA

Tints of Fuchsia #B74AAA

RGB

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

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

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

R = 42.86%
G = 17.33%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B74AAA (or 0xB74AAA) is known color: Fuchsia. HEX triplet: B7, 4A and AA. RGB value is (183,74,170). Sum of RGB (Red+Green+Blue) = 183+74+170=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B74AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74AAA is #48B555. Grayscale: #757575. Windows color (decimal): -4765014 or 11160247. OLE color: 11160247.

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

Color convert

RGB 183 74 170 -
CMYK 0 0.60 0.07 0.28
HSL 307.16º 0.43% 0.5% -
HSV(B) 307.16º 0.6% 0.72% -
XYZ 29.23 17.87 39.94 -
YUV 117.54 157.61 174.69 -
System Red Green Blue C M Y K H S L
Decimal 183 74 170 0 0.60 0.07 0.28 307.16 0.43 0.5
Hex B7 4A AA 0 3C 7 1C 133 2B 32
Octal 267 112 252 0 74 7 34 463 53 62
Binary 10110111 1001010 10101010 0 111100 111 11100 100110011 101011 110010

Color Harmonies of #B74AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74AAA

Black with #B74AAA

Text Example


Text Example

White with #B74AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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