Html Css Color HEX #B829B6 Fuchsia

📋 copy color: '#B829B6'

red 184 ◦ green 41 ◦ blue 182

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

Shades of Fuchsia #B829B6

Tints of Fuchsia #B829B6

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.07%

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

R = 45.21%
G = 10.07%
B = 44.72%

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

#B829B6 (or 0xB829B6) is known color: Fuchsia. HEX triplet: B8, 29 and B6. RGB value is (184,41,182). Sum of RGB (Red+Green+Blue) = 184+41+182=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B829B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829B6 is #47D649. Grayscale: #636363. Windows color (decimal): -4707914 or 11938232. OLE color: 11938232.

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

Color convert

RGB 184 41 182 -
CMYK 0 0.78 0.01 0.28
HSL 300.84º 0.64% 0.44% -
HSV(B) 300.84º 0.78% 0.72% -
XYZ 29 15.15 45.65 -
YUV 99.83 174.38 188.04 -
System Red Green Blue C M Y K H S L
Decimal 184 41 182 0 0.78 0.01 0.28 300.84 0.64 0.44
Hex B8 29 B6 0 4E 1 1C 12D 40 2C
Octal 270 51 266 0 116 1 34 455 100 54
Binary 10111000 101001 10110110 0 1001110 1 11100 100101101 1000000 101100

Color Harmonies of #B829B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B829B6

Black with #B829B6

Text Example


Text Example

White with #B829B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B829B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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