Html Css Color HEX #B84CB0 Fuchsia

📋 copy color: '#B84CB0'

red 184 ◦ green 76 ◦ blue 176

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

Shades of Fuchsia #B84CB0

Tints of Fuchsia #B84CB0

RGB

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

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

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

R = 42.2%
G = 17.43%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B84CB0 (or 0xB84CB0) is known color: Fuchsia. HEX triplet: B8, 4C and B0. RGB value is (184,76,176). Sum of RGB (Red+Green+Blue) = 184+76+176=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B84CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84CB0 is #47B34F. Grayscale: #777777. Windows color (decimal): -4698960 or 11553976. OLE color: 11553976.

HSL color Cylindrical-coordinate representation of color #B84CB0: hue angle of 304.44º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84CB0 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 76 176 -
CMYK 0 0.59 0.04 0.28
HSL 304.44º 0.43% 0.51% -
HSV(B) 304.44º 0.59% 0.72% -
XYZ 30.19 18.49 43.05 -
YUV 119.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 184 76 176 0 0.59 0.04 0.28 304.44 0.43 0.51
Hex B8 4C B0 0 3B 4 1C 130 2B 33
Octal 270 114 260 0 73 4 34 460 53 63
Binary 10111000 1001100 10110000 0 111011 100 11100 100110000 101011 110011

Color Harmonies of #B84CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84CB0

Black with #B84CB0

Text Example


Text Example

White with #B84CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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