Html Css Color HEX #B74CAC Fuchsia

📋 copy color: '#B74CAC'

red 183 ◦ green 76 ◦ blue 172

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

Shades of Fuchsia #B74CAC

Tints of Fuchsia #B74CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.63%

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

R = 42.46%
G = 17.63%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B74CAC (or 0xB74CAC) is known color: Fuchsia. HEX triplet: B7, 4C and AC. RGB value is (183,76,172). Sum of RGB (Red+Green+Blue) = 183+76+172=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B74CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74CAC is #48B353. Grayscale: #767676. Windows color (decimal): -4764500 or 11291831. OLE color: 11291831.

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

Color convert

RGB 183 76 172 -
CMYK 0 0.58 0.06 0.28
HSL 306.17º 0.43% 0.51% -
HSV(B) 306.17º 0.58% 0.72% -
XYZ 29.56 18.21 40.99 -
YUV 118.94 157.95 173.69 -
System Red Green Blue C M Y K H S L
Decimal 183 76 172 0 0.58 0.06 0.28 306.17 0.43 0.51
Hex B7 4C AC 0 3A 6 1C 132 2B 33
Octal 267 114 254 0 72 6 34 462 53 63
Binary 10110111 1001100 10101100 0 111010 110 11100 100110010 101011 110011

Color Harmonies of #B74CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CAC

Black with #B74CAC

Text Example


Text Example

White with #B74CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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