Html Css Color HEX #B74CC6 Fuchsia

📋 copy color: '#B74CC6'

red 183 ◦ green 76 ◦ blue 198

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

Shades of Fuchsia #B74CC6

Tints of Fuchsia #B74CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.33%

R = 40.04%
G = 16.63%
B = 43.33%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B74CC6 (or 0xB74CC6) is known color: Fuchsia. HEX triplet: B7, 4C and C6. RGB value is (183,76,198). Sum of RGB (Red+Green+Blue) = 183+76+198=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 198 - color contains mainly: blue. Hex color #B74CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74CC6 is #48B339. Grayscale: #797979. Windows color (decimal): -4764474 or 12995767. OLE color: 12995767.

HSL color Cylindrical-coordinate representation of color #B74CC6: hue angle of 292.62º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74CC6 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 183 76 198 -
CMYK 0.08 0.62 0 0.22
HSL 292.62º 0.52% 0.54% -
HSV(B) 292.62º 0.62% 0.78% -
XYZ 32.31 19.31 55.45 -
YUV 121.9 170.95 171.58 -
System Red Green Blue C M Y K H S L
Decimal 183 76 198 0.08 0.62 0 0.22 292.62 0.52 0.54
Hex B7 4C C6 8 3E 0 16 125 34 36
Octal 267 114 306 10 76 0 26 445 64 66
Binary 10110111 1001100 11000110 1000 111110 0 10110 100100101 110100 110110

Color Harmonies of #B74CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CC6

Black with #B74CC6

Text Example


Text Example

White with #B74CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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