Html Css Color HEX #B854B2 Fuchsia

📋 copy color: '#B854B2'

red 184 ◦ green 84 ◦ blue 178

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

Shades of Fuchsia #B854B2

Tints of Fuchsia #B854B2

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.83%

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

R = 41.26%
G = 18.83%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B854B2 (or 0xB854B2) is known color: Fuchsia. HEX triplet: B8, 54 and B2. RGB value is (184,84,178). Sum of RGB (Red+Green+Blue) = 184+84+178=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B854B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B854B2 is #47AB4D. Grayscale: #7C7C7C. Windows color (decimal): -4696910 or 11687096. OLE color: 11687096.

HSL color Cylindrical-coordinate representation of color #B854B2: hue angle of 303.6º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B854B2 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 84 178 -
CMYK 0 0.54 0.03 0.28
HSL 303.6º 0.41% 0.53% -
HSV(B) 303.6º 0.54% 0.72% -
XYZ 30.97 19.75 44.3 -
YUV 124.62 158.13 170.36 -
System Red Green Blue C M Y K H S L
Decimal 184 84 178 0 0.54 0.03 0.28 303.6 0.41 0.53
Hex B8 54 B2 0 36 3 1C 130 29 35
Octal 270 124 262 0 66 3 34 460 51 65
Binary 10111000 1010100 10110010 0 110110 11 11100 100110000 101001 110101

Color Harmonies of #B854B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B854B2

Black with #B854B2

Text Example


Text Example

White with #B854B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B854B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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