Html Css Color HEX #B74AAC Fuchsia

📋 copy color: '#B74AAC'

red 183 ◦ green 74 ◦ blue 172

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

Shades of Fuchsia #B74AAC

Tints of Fuchsia #B74AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.09%

R = 42.66%
G = 17.25%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B74AAC (or 0xB74AAC) is known color: Fuchsia. HEX triplet: B7, 4A and AC. RGB value is (183,74,172). Sum of RGB (Red+Green+Blue) = 183+74+172=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B74AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74AAC is #48B553. Grayscale: #757575. Windows color (decimal): -4765012 or 11291319. OLE color: 11291319.

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

Color convert

RGB 183 74 172 -
CMYK 0 0.60 0.06 0.28
HSL 306.06º 0.43% 0.5% -
HSV(B) 306.06º 0.6% 0.72% -
XYZ 29.42 17.94 40.94 -
YUV 117.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 183 74 172 0 0.60 0.06 0.28 306.06 0.43 0.5
Hex B7 4A AC 0 3C 6 1C 132 2B 32
Octal 267 112 254 0 74 6 34 462 53 62
Binary 10110111 1001010 10101100 0 111100 110 11100 100110010 101011 110010

Color Harmonies of #B74AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74AAC

Black with #B74AAC

Text Example


Text Example

White with #B74AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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