Html Css Color HEX #B84CC6 Fuchsia

📋 copy color: '#B84CC6'

red 184 ◦ green 76 ◦ blue 198

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

Shades of Fuchsia #B84CC6

Tints of Fuchsia #B84CC6

RGB

 RED value IS 184 (72.27% from 255) = 40.17%

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

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

R = 40.17%
G = 16.59%
B = 43.23%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B84CC6 (or 0xB84CC6) is known color: Fuchsia. HEX triplet: B8, 4C and C6. RGB value is (184,76,198). Sum of RGB (Red+Green+Blue) = 184+76+198=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 198 - color contains mainly: blue. Hex color #B84CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84CC6 is #47B339. Grayscale: #797979. Windows color (decimal): -4698938 or 12995768. OLE color: 12995768.

HSL color Cylindrical-coordinate representation of color #B84CC6: hue angle of 293.11º 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 #B84CC6 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 76 198 -
CMYK 0.07 0.62 0 0.22
HSL 293.11º 0.52% 0.54% -
HSV(B) 293.11º 0.62% 0.78% -
XYZ 32.54 19.44 55.46 -
YUV 122.2 170.78 172.08 -
System Red Green Blue C M Y K H S L
Decimal 184 76 198 0.07 0.62 0 0.22 293.11 0.52 0.54
Hex B8 4C C6 7 3E 0 16 125 34 36
Octal 270 114 306 7 76 0 26 445 64 66
Binary 10111000 1001100 11000110 111 111110 0 10110 100100101 110100 110110

Color Harmonies of #B84CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84CC6

Black with #B84CC6

Text Example


Text Example

White with #B84CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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