Html Css Color HEX #B729AF Fuchsia

📋 copy color: '#B729AF'

red 183 ◦ green 41 ◦ blue 175

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

Shades of Fuchsia #B729AF

Tints of Fuchsia #B729AF

RGB

 RED value IS 183 (71.88% from 255) = 45.86%

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

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

R = 45.86%
G = 10.28%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B729AF (or 0xB729AF) is known color: Fuchsia. HEX triplet: B7, 29 and AF. RGB value is (183,41,175). Sum of RGB (Red+Green+Blue) = 183+41+175=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B729AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B729AF is #48D650. Grayscale: #626262. Windows color (decimal): -4773457 or 11479479. OLE color: 11479479.

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

Color convert

RGB 183 41 175 -
CMYK 0 0.78 0.04 0.28
HSL 303.38º 0.63% 0.44% -
HSV(B) 303.38º 0.78% 0.72% -
XYZ 28.06 14.75 41.93 -
YUV 98.73 171.04 188.1 -
System Red Green Blue C M Y K H S L
Decimal 183 41 175 0 0.78 0.04 0.28 303.38 0.63 0.44
Hex B7 29 AF 0 4E 4 1C 12F 3F 2C
Octal 267 51 257 0 116 4 34 457 77 54
Binary 10110111 101001 10101111 0 1001110 100 11100 100101111 111111 101100

Color Harmonies of #B729AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B729AF

Black with #B729AF

Text Example


Text Example

White with #B729AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B729AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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