Html Css Color HEX #B828BA Fuchsia

📋 copy color: '#B828BA'

red 184 ◦ green 40 ◦ blue 186

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

Shades of Fuchsia #B828BA

Tints of Fuchsia #B828BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 44.88%
G = 9.76%
B = 45.37%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B828BA (or 0xB828BA) is known color: Fuchsia. HEX triplet: B8, 28 and BA. RGB value is (184,40,186). Sum of RGB (Red+Green+Blue) = 184+40+186=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #B828BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B828BA is #47D745. Grayscale: #636363. Windows color (decimal): -4708166 or 12200120. OLE color: 12200120.

HSL color Cylindrical-coordinate representation of color #B828BA: hue angle of 299.18º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B828BA is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 40 186 -
CMYK 0.01 0.78 0 0.27
HSL 299.18º 0.65% 0.44% -
HSV(B) 299.18º 0.78% 0.73% -
XYZ 29.39 15.25 47.85 -
YUV 99.7 176.71 188.13 -
System Red Green Blue C M Y K H S L
Decimal 184 40 186 0.01 0.78 0 0.27 299.18 0.65 0.44
Hex B8 28 BA 1 4E 0 1B 12B 41 2C
Octal 270 50 272 1 116 0 33 453 101 54
Binary 10111000 101000 10111010 1 1001110 0 11011 100101011 1000001 101100

Color Harmonies of #B828BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B828BA

Black with #B828BA

Text Example


Text Example

White with #B828BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B828BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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