Html Css Color HEX #B828B1 Fuchsia

📋 copy color: '#B828B1'

red 184 ◦ green 40 ◦ blue 177

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

Shades of Fuchsia #B828B1

Tints of Fuchsia #B828B1

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.98%

 BLUE value IS 177 (69.53% from 255) = 44.14%

R = 45.89%
G = 9.98%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B828B1 (or 0xB828B1) is known color: Fuchsia. HEX triplet: B8, 28 and B1. RGB value is (184,40,177). Sum of RGB (Red+Green+Blue) = 184+40+177=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B828B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B828B1 is #47D74E. Grayscale: #626262. Windows color (decimal): -4708175 or 11610296. OLE color: 11610296.

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

Color convert

RGB 184 40 177 -
CMYK 0 0.78 0.04 0.28
HSL 302.92º 0.64% 0.44% -
HSV(B) 302.92º 0.78% 0.72% -
XYZ 28.46 14.88 42.97 -
YUV 98.67 172.21 188.86 -
System Red Green Blue C M Y K H S L
Decimal 184 40 177 0 0.78 0.04 0.28 302.92 0.64 0.44
Hex B8 28 B1 0 4E 4 1C 12F 40 2C
Octal 270 50 261 0 116 4 34 457 100 54
Binary 10111000 101000 10110001 0 1001110 100 11100 100101111 1000000 101100

Color Harmonies of #B828B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B828B1

Black with #B828B1

Text Example


Text Example

White with #B828B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B828B1; }

 p { color: rgb(184,40,177); }

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

background-color css

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

 a { background-color: rgb(184,40,177); }

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

border-color css

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

 span { border-color: rgb(184,40,177); }

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