Html Css Color HEX #B74DA8 Fuchsia

📋 copy color: '#B74DA8'

red 183 ◦ green 77 ◦ blue 168

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

Shades of Fuchsia #B74DA8

Tints of Fuchsia #B74DA8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.99%

 BLUE value IS 168 (66.02% from 255) = 39.25%

R = 42.76%
G = 17.99%
B = 39.25%

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

#B74DA8 (or 0xB74DA8) is known color: Fuchsia. HEX triplet: B7, 4D and A8. RGB value is (183,77,168). Sum of RGB (Red+Green+Blue) = 183+77+168=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B74DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74DA8 is #48B257. Grayscale: #767676. Windows color (decimal): -4764248 or 11029943. OLE color: 11029943.

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

Color convert

RGB 183 77 168 -
CMYK 0 0.58 0.08 0.28
HSL 308.49º 0.42% 0.51% -
HSV(B) 308.49º 0.58% 0.72% -
XYZ 29.25 18.2 39.02 -
YUV 119.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 183 77 168 0 0.58 0.08 0.28 308.49 0.42 0.51
Hex B7 4D A8 0 3A 8 1C 134 2A 33
Octal 267 115 250 0 72 10 34 464 52 63
Binary 10110111 1001101 10101000 0 111010 1000 11100 100110100 101010 110011

Color Harmonies of #B74DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74DA8

Black with #B74DA8

Text Example


Text Example

White with #B74DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74DA8; }

 p { color: rgb(183,77,168); }

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

background-color css

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

 a { background-color: rgb(183,77,168); }

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

border-color css

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

 span { border-color: rgb(183,77,168); }

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