Html Css Color HEX #B829B7 Fuchsia

📋 copy color: '#B829B7'

red 184 ◦ green 41 ◦ blue 183

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

Shades of Fuchsia #B829B7

Tints of Fuchsia #B829B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.85%

R = 45.1%
G = 10.05%
B = 44.85%

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

#B829B7 (or 0xB829B7) is known color: Fuchsia. HEX triplet: B8, 29 and B7. RGB value is (184,41,183). Sum of RGB (Red+Green+Blue) = 184+41+183=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B829B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829B7 is #47D648. Grayscale: #636363. Windows color (decimal): -4707913 or 12003768. OLE color: 12003768.

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

Color convert

RGB 184 41 183 -
CMYK 0 0.78 0.01 0.28
HSL 300.42º 0.64% 0.44% -
HSV(B) 300.42º 0.78% 0.72% -
XYZ 29.11 15.2 46.2 -
YUV 99.95 174.88 187.95 -
System Red Green Blue C M Y K H S L
Decimal 184 41 183 0 0.78 0.01 0.28 300.42 0.64 0.44
Hex B8 29 B7 0 4E 1 1C 12C 40 2C
Octal 270 51 267 0 116 1 34 454 100 54
Binary 10111000 101001 10110111 0 1001110 1 11100 100101100 1000000 101100

Color Harmonies of #B829B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B829B7

Black with #B829B7

Text Example


Text Example

White with #B829B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B829B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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