Html Css Color HEX #B828B2 Fuchsia

📋 copy color: '#B828B2'

red 184 ◦ green 40 ◦ blue 178

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

Shades of Fuchsia #B828B2

Tints of Fuchsia #B828B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.28%

R = 45.77%
G = 9.95%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B828B2 (or 0xB828B2) is known color: Fuchsia. HEX triplet: B8, 28 and B2. RGB value is (184,40,178). Sum of RGB (Red+Green+Blue) = 184+40+178=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B828B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B828B2 is #47D74D. Grayscale: #626262. Windows color (decimal): -4708174 or 11675832. OLE color: 11675832.

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

Color convert

RGB 184 40 178 -
CMYK 0 0.78 0.03 0.28
HSL 302.5º 0.64% 0.44% -
HSV(B) 302.5º 0.78% 0.72% -
XYZ 28.56 14.92 43.49 -
YUV 98.79 172.71 188.78 -
System Red Green Blue C M Y K H S L
Decimal 184 40 178 0 0.78 0.03 0.28 302.5 0.64 0.44
Hex B8 28 B2 0 4E 3 1C 12E 40 2C
Octal 270 50 262 0 116 3 34 456 100 54
Binary 10111000 101000 10110010 0 1001110 11 11100 100101110 1000000 101100

Color Harmonies of #B828B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B828B2

Black with #B828B2

Text Example


Text Example

White with #B828B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B828B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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