Html Css Color HEX #B74FB0 Fuchsia

📋 copy color: '#B74FB0'

red 183 ◦ green 79 ◦ blue 176

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

Shades of Fuchsia #B74FB0

Tints of Fuchsia #B74FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.18%

R = 41.78%
G = 18.04%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B74FB0 (or 0xB74FB0) is known color: Fuchsia. HEX triplet: B7, 4F and B0. RGB value is (183,79,176). Sum of RGB (Red+Green+Blue) = 183+79+176=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 183 - color contains mainly: red. Hex color #B74FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74FB0 is #48B04F. Grayscale: #787878. Windows color (decimal): -4763728 or 11554743. OLE color: 11554743.

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

Color convert

RGB 183 79 176 -
CMYK 0 0.57 0.04 0.28
HSL 304.04º 0.42% 0.51% -
HSV(B) 304.04º 0.57% 0.72% -
XYZ 30.16 18.79 43.11 -
YUV 121.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 183 79 176 0 0.57 0.04 0.28 304.04 0.42 0.51
Hex B7 4F B0 0 39 4 1C 130 2A 33
Octal 267 117 260 0 71 4 34 460 52 63
Binary 10110111 1001111 10110000 0 111001 100 11100 100110000 101010 110011

Color Harmonies of #B74FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74FB0

Black with #B74FB0

Text Example


Text Example

White with #B74FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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