Html Css Color HEX #B74FAC Fuchsia

📋 copy color: '#B74FAC'

red 183 ◦ green 79 ◦ blue 172

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

Shades of Fuchsia #B74FAC

Tints of Fuchsia #B74FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.2%

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

R = 42.17%
G = 18.2%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B74FAC (or 0xB74FAC) is known color: Fuchsia. HEX triplet: B7, 4F and AC. RGB value is (183,79,172). Sum of RGB (Red+Green+Blue) = 183+79+172=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B74FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74FAC is #48B053. Grayscale: #787878. Windows color (decimal): -4763732 or 11292599. OLE color: 11292599.

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

Color convert

RGB 183 79 172 -
CMYK 0 0.57 0.06 0.28
HSL 306.35º 0.42% 0.51% -
HSV(B) 306.35º 0.57% 0.72% -
XYZ 29.77 18.64 41.06 -
YUV 120.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 183 79 172 0 0.57 0.06 0.28 306.35 0.42 0.51
Hex B7 4F AC 0 39 6 1C 132 2A 33
Octal 267 117 254 0 71 6 34 462 52 63
Binary 10110111 1001111 10101100 0 111001 110 11100 100110010 101010 110011

Color Harmonies of #B74FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74FAC

Black with #B74FAC

Text Example


Text Example

White with #B74FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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