Html Css Color HEX #B74FB2 Fuchsia

📋 copy color: '#B74FB2'

red 183 ◦ green 79 ◦ blue 178

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

Shades of Fuchsia #B74FB2

Tints of Fuchsia #B74FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.45%

R = 41.59%
G = 17.95%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B74FB2 (or 0xB74FB2) is known color: Fuchsia. HEX triplet: B7, 4F and B2. RGB value is (183,79,178). Sum of RGB (Red+Green+Blue) = 183+79+178=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B74FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74FB2 is #48B04D. Grayscale: #797979. Windows color (decimal): -4763726 or 11685815. OLE color: 11685815.

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

Color convert

RGB 183 79 178 -
CMYK 0 0.57 0.03 0.28
HSL 302.88º 0.42% 0.51% -
HSV(B) 302.88º 0.57% 0.72% -
XYZ 30.36 18.87 44.16 -
YUV 121.38 159.96 171.95 -
System Red Green Blue C M Y K H S L
Decimal 183 79 178 0 0.57 0.03 0.28 302.88 0.42 0.51
Hex B7 4F B2 0 39 3 1C 12F 2A 33
Octal 267 117 262 0 71 3 34 457 52 63
Binary 10110111 1001111 10110010 0 111001 11 11100 100101111 101010 110011

Color Harmonies of #B74FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74FB2

Black with #B74FB2

Text Example


Text Example

White with #B74FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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