Html Css Color HEX #B829AF Fuchsia

📋 copy color: '#B829AF'

red 184 ◦ green 41 ◦ blue 175

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

Shades of Fuchsia #B829AF

Tints of Fuchsia #B829AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.75%

R = 46%
G = 10.25%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B829AF (or 0xB829AF) is known color: Fuchsia. HEX triplet: B8, 29 and AF. RGB value is (184,41,175). Sum of RGB (Red+Green+Blue) = 184+41+175=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B829AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B829AF is #47D650. Grayscale: #626262. Windows color (decimal): -4707921 or 11479480. OLE color: 11479480.

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

Color convert

RGB 184 41 175 -
CMYK 0 0.78 0.05 0.28
HSL 303.78º 0.64% 0.44% -
HSV(B) 303.78º 0.78% 0.72% -
XYZ 28.3 14.87 41.94 -
YUV 99.03 170.88 188.6 -
System Red Green Blue C M Y K H S L
Decimal 184 41 175 0 0.78 0.05 0.28 303.78 0.64 0.44
Hex B8 29 AF 0 4E 5 1C 130 40 2C
Octal 270 51 257 0 116 5 34 460 100 54
Binary 10111000 101001 10101111 0 1001110 101 11100 100110000 1000000 101100

Color Harmonies of #B829AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B829AF

Black with #B829AF

Text Example


Text Example

White with #B829AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B829AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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