Html Css Color HEX #B84CB2 Fuchsia

📋 copy color: '#B84CB2'

red 184 ◦ green 76 ◦ blue 178

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

Shades of Fuchsia #B84CB2

Tints of Fuchsia #B84CB2

RGB

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

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

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

R = 42.01%
G = 17.35%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B84CB2 (or 0xB84CB2) is known color: Fuchsia. HEX triplet: B8, 4C and B2. RGB value is (184,76,178). Sum of RGB (Red+Green+Blue) = 184+76+178=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B84CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84CB2 is #47B34D. Grayscale: #777777. Windows color (decimal): -4698958 or 11685048. OLE color: 11685048.

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

Color convert

RGB 184 76 178 -
CMYK 0 0.59 0.03 0.28
HSL 303.33º 0.43% 0.51% -
HSV(B) 303.33º 0.59% 0.72% -
XYZ 30.39 18.57 44.1 -
YUV 119.92 160.78 173.71 -
System Red Green Blue C M Y K H S L
Decimal 184 76 178 0 0.59 0.03 0.28 303.33 0.43 0.51
Hex B8 4C B2 0 3B 3 1C 12F 2B 33
Octal 270 114 262 0 73 3 34 457 53 63
Binary 10111000 1001100 10110010 0 111011 11 11100 100101111 101011 110011

Color Harmonies of #B84CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84CB2

Black with #B84CB2

Text Example


Text Example

White with #B84CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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