Html Css Color HEX #B74BAE Fuchsia

📋 copy color: '#B74BAE'

red 183 ◦ green 75 ◦ blue 174

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

Shades of Fuchsia #B74BAE

Tints of Fuchsia #B74BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.36%

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

R = 42.36%
G = 17.36%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B74BAE (or 0xB74BAE) is known color: Fuchsia. HEX triplet: B7, 4B and AE. RGB value is (183,75,174). Sum of RGB (Red+Green+Blue) = 183+75+174=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B74BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74BAE is #48B451. Grayscale: #767676. Windows color (decimal): -4764754 or 11422647. OLE color: 11422647.

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

Color convert

RGB 183 75 174 -
CMYK 0 0.59 0.05 0.28
HSL 305º 0.43% 0.51% -
HSV(B) 305º 0.59% 0.72% -
XYZ 29.68 18.16 41.98 -
YUV 118.58 159.28 173.95 -
System Red Green Blue C M Y K H S L
Decimal 183 75 174 0 0.59 0.05 0.28 305 0.43 0.51
Hex B7 4B AE 0 3B 5 1C 131 2B 33
Octal 267 113 256 0 73 5 34 461 53 63
Binary 10110111 1001011 10101110 0 111011 101 11100 100110001 101011 110011

Color Harmonies of #B74BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74BAE

Black with #B74BAE

Text Example


Text Example

White with #B74BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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