Html Css Color HEX #B729B7 Fuchsia

📋 copy color: '#B729B7'

red 183 ◦ green 41 ◦ blue 183

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

Shades of Fuchsia #B729B7

Tints of Fuchsia #B729B7

RGB

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

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

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

R = 44.96%
G = 10.07%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B729B7 (or 0xB729B7) is known color: Fuchsia. HEX triplet: B7, 29 and B7. RGB value is (183,41,183). Sum of RGB (Red+Green+Blue) = 183+41+183=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 183 - color contains mainly: red, blue. Hex color #B729B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B729B7 is #48D648. Grayscale: #636363. Windows color (decimal): -4773449 or 12003767. OLE color: 12003767.

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

Color convert

RGB 183 41 183 -
CMYK 0 0.78 0 0.28
HSL 300º 0.63% 0.44% -
HSV(B) 300º 0.78% 0.72% -
XYZ 28.87 15.07 46.19 -
YUV 99.65 175.04 187.45 -
System Red Green Blue C M Y K H S L
Decimal 183 41 183 0 0.78 0 0.28 300 0.63 0.44
Hex B7 29 B7 0 4E 0 1C 12C 3F 2C
Octal 267 51 267 0 116 0 34 454 77 54
Binary 10110111 101001 10110111 0 1001110 0 11100 100101100 111111 101100

Color Harmonies of #B729B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B729B7

Black with #B729B7

Text Example


Text Example

White with #B729B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B729B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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