Html Css Color HEX #B74CA9 Fuchsia

📋 copy color: '#B74CA9'

red 183 ◦ green 76 ◦ blue 169

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

Shades of Fuchsia #B74CA9

Tints of Fuchsia #B74CA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 39.49%

R = 42.76%
G = 17.76%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B74CA9 (or 0xB74CA9) is known color: Fuchsia. HEX triplet: B7, 4C and A9. RGB value is (183,76,169). Sum of RGB (Red+Green+Blue) = 183+76+169=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 169 (66.41% from 255 or 39.49% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B74CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74CA9 is #48B356. Grayscale: #767676. Windows color (decimal): -4764503 or 11095223. OLE color: 11095223.

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

Color convert

RGB 183 76 169 -
CMYK 0 0.58 0.08 0.28
HSL 307.85º 0.43% 0.51% -
HSV(B) 307.85º 0.58% 0.72% -
XYZ 29.27 18.1 39.49 -
YUV 118.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 183 76 169 0 0.58 0.08 0.28 307.85 0.43 0.51
Hex B7 4C A9 0 3A 8 1C 134 2B 33
Octal 267 114 251 0 72 10 34 464 53 63
Binary 10110111 1001100 10101001 0 111010 1000 11100 100110100 101011 110011

Color Harmonies of #B74CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CA9

Black with #B74CA9

Text Example


Text Example

White with #B74CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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