Html Css Color HEX #B829B2 Fuchsia

📋 copy color: '#B829B2'

red 184 ◦ green 41 ◦ blue 178

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

Shades of Fuchsia #B829B2

Tints of Fuchsia #B829B2

RGB

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

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

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

R = 45.66%
G = 10.17%
B = 44.17%

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

#B829B2 (or 0xB829B2) is known color: Fuchsia. HEX triplet: B8, 29 and B2. RGB value is (184,41,178). Sum of RGB (Red+Green+Blue) = 184+41+178=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B829B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B829B2 is #47D64D. Grayscale: #626262. Windows color (decimal): -4707918 or 11676088. OLE color: 11676088.

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

Color convert

RGB 184 41 178 -
CMYK 0 0.78 0.03 0.28
HSL 302.52º 0.64% 0.44% -
HSV(B) 302.52º 0.78% 0.72% -
XYZ 28.6 14.99 43.51 -
YUV 99.38 172.38 188.36 -
System Red Green Blue C M Y K H S L
Decimal 184 41 178 0 0.78 0.03 0.28 302.52 0.64 0.44
Hex B8 29 B2 0 4E 3 1C 12F 40 2C
Octal 270 51 262 0 116 3 34 457 100 54
Binary 10111000 101001 10110010 0 1001110 11 11100 100101111 1000000 101100

Color Harmonies of #B829B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B829B2

Black with #B829B2

Text Example


Text Example

White with #B829B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B829B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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