Html Css Color HEX #B828AE Fuchsia

📋 copy color: '#B828AE'

red 184 ◦ green 40 ◦ blue 174

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

Shades of Fuchsia #B828AE

Tints of Fuchsia #B828AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.72%

R = 46.23%
G = 10.05%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B828AE (or 0xB828AE) is known color: Fuchsia. HEX triplet: B8, 28 and AE. RGB value is (184,40,174). Sum of RGB (Red+Green+Blue) = 184+40+174=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B828AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B828AE is #47D751. Grayscale: #616161. Windows color (decimal): -4708178 or 11413688. OLE color: 11413688.

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

Color convert

RGB 184 40 174 -
CMYK 0 0.78 0.05 0.28
HSL 304.17º 0.64% 0.44% -
HSV(B) 304.17º 0.78% 0.72% -
XYZ 28.17 14.76 41.41 -
YUV 98.33 170.71 189.1 -
System Red Green Blue C M Y K H S L
Decimal 184 40 174 0 0.78 0.05 0.28 304.17 0.64 0.44
Hex B8 28 AE 0 4E 5 1C 130 40 2C
Octal 270 50 256 0 116 5 34 460 100 54
Binary 10111000 101000 10101110 0 1001110 101 11100 100110000 1000000 101100

Color Harmonies of #B828AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B828AE

Black with #B828AE

Text Example


Text Example

White with #B828AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B828AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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