Html Css Color HEX #B72EAE Fuchsia

📋 copy color: '#B72EAE'

red 183 ◦ green 46 ◦ blue 174

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

Shades of Fuchsia #B72EAE

Tints of Fuchsia #B72EAE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.41%

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

R = 45.41%
G = 11.41%
B = 43.18%

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

#B72EAE (or 0xB72EAE) is known color: Fuchsia. HEX triplet: B7, 2E and AE. RGB value is (183,46,174). Sum of RGB (Red+Green+Blue) = 183+46+174=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B72EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72EAE is #48D151. Grayscale: #656565. Windows color (decimal): -4772178 or 11415223. OLE color: 11415223.

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

Color convert

RGB 183 46 174 -
CMYK 0 0.75 0.05 0.28
HSL 303.94º 0.6% 0.45% -
HSV(B) 303.94º 0.75% 0.72% -
XYZ 28.15 15.08 41.47 -
YUV 101.56 168.89 186.09 -
System Red Green Blue C M Y K H S L
Decimal 183 46 174 0 0.75 0.05 0.28 303.94 0.6 0.45
Hex B7 2E AE 0 4B 5 1C 130 3C 2D
Octal 267 56 256 0 113 5 34 460 74 55
Binary 10110111 101110 10101110 0 1001011 101 11100 100110000 111100 101101

Color Harmonies of #B72EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72EAE

Black with #B72EAE

Text Example


Text Example

White with #B72EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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