Html Css Color HEX #B828AF Fuchsia

📋 copy color: '#B828AF'

red 184 ◦ green 40 ◦ blue 175

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

Shades of Fuchsia #B828AF

Tints of Fuchsia #B828AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.86%

R = 46.12%
G = 10.03%
B = 43.86%

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

#B828AF (or 0xB828AF) is known color: Fuchsia. HEX triplet: B8, 28 and AF. RGB value is (184,40,175). Sum of RGB (Red+Green+Blue) = 184+40+175=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B828AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B828AF is #47D750. Grayscale: #626262. Windows color (decimal): -4708177 or 11479224. OLE color: 11479224.

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

Color convert

RGB 184 40 175 -
CMYK 0 0.78 0.05 0.28
HSL 303.75º 0.64% 0.44% -
HSV(B) 303.75º 0.78% 0.72% -
XYZ 28.26 14.8 41.93 -
YUV 98.45 171.21 189.02 -
System Red Green Blue C M Y K H S L
Decimal 184 40 175 0 0.78 0.05 0.28 303.75 0.64 0.44
Hex B8 28 AF 0 4E 5 1C 130 40 2C
Octal 270 50 257 0 116 5 34 460 100 54
Binary 10111000 101000 10101111 0 1001110 101 11100 100110000 1000000 101100

Color Harmonies of #B828AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B828AF

Black with #B828AF

Text Example


Text Example

White with #B828AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B828AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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