Html Css Color HEX #B72DAE Fuchsia

📋 copy color: '#B72DAE'

red 183 ◦ green 45 ◦ blue 174

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

Shades of Fuchsia #B72DAE

Tints of Fuchsia #B72DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.19%

 BLUE value IS 174 (68.36% from 255) = 43.28%

R = 45.52%
G = 11.19%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B72DAE (or 0xB72DAE) is known color: Fuchsia. HEX triplet: B7, 2D and AE. RGB value is (183,45,174). Sum of RGB (Red+Green+Blue) = 183+45+174=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B72DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72DAE is #48D251. Grayscale: #646464. Windows color (decimal): -4772434 or 11414967. OLE color: 11414967.

HSL color Cylindrical-coordinate representation of color #B72DAE: hue angle of 303.91º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72DAE is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 45 174 -
CMYK 0 0.75 0.05 0.28
HSL 303.91º 0.61% 0.45% -
HSV(B) 303.91º 0.75% 0.72% -
XYZ 28.11 15 41.46 -
YUV 100.97 169.22 186.51 -
System Red Green Blue C M Y K H S L
Decimal 183 45 174 0 0.75 0.05 0.28 303.91 0.61 0.45
Hex B7 2D AE 0 4B 5 1C 130 3D 2D
Octal 267 55 256 0 113 5 34 460 75 55
Binary 10110111 101101 10101110 0 1001011 101 11100 100110000 111101 101101

Color Harmonies of #B72DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72DAE

Black with #B72DAE

Text Example


Text Example

White with #B72DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72DAE; }

 p { color: rgb(183,45,174); }

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

background-color css

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

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

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

border-color css

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

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

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