Html Css Color HEX #B828B6 Fuchsia

📋 copy color: '#B828B6'

red 184 ◦ green 40 ◦ blue 182

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

Shades of Fuchsia #B828B6

Tints of Fuchsia #B828B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.83%

R = 45.32%
G = 9.85%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B828B6 (or 0xB828B6) is known color: Fuchsia. HEX triplet: B8, 28 and B6. RGB value is (184,40,182). Sum of RGB (Red+Green+Blue) = 184+40+182=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B828B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B828B6 is #47D749. Grayscale: #626262. Windows color (decimal): -4708170 or 11937976. OLE color: 11937976.

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

Color convert

RGB 184 40 182 -
CMYK 0 0.78 0.01 0.28
HSL 300.83º 0.64% 0.44% -
HSV(B) 300.83º 0.78% 0.72% -
XYZ 28.97 15.09 45.64 -
YUV 99.24 174.71 188.45 -
System Red Green Blue C M Y K H S L
Decimal 184 40 182 0 0.78 0.01 0.28 300.83 0.64 0.44
Hex B8 28 B6 0 4E 1 1C 12D 40 2C
Octal 270 50 266 0 116 1 34 455 100 54
Binary 10111000 101000 10110110 0 1001110 1 11100 100101101 1000000 101100

Color Harmonies of #B828B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B828B6

Black with #B828B6

Text Example


Text Example

White with #B828B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B828B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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