Html Css Color HEX #B746AE Fuchsia

📋 copy color: '#B746AE'

red 183 ◦ green 70 ◦ blue 174

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

Shades of Fuchsia #B746AE

Tints of Fuchsia #B746AE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.39%

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

R = 42.86%
G = 16.39%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B746AE (or 0xB746AE) is known color: Fuchsia. HEX triplet: B7, 46 and AE. RGB value is (183,70,174). Sum of RGB (Red+Green+Blue) = 183+70+174=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B746AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B746AE is #48B951. Grayscale: #737373. Windows color (decimal): -4766034 or 11421367. OLE color: 11421367.

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

Color convert

RGB 183 70 174 -
CMYK 0 0.62 0.05 0.28
HSL 304.78º 0.45% 0.5% -
HSV(B) 304.78º 0.62% 0.72% -
XYZ 29.36 17.5 41.88 -
YUV 115.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 183 70 174 0 0.62 0.05 0.28 304.78 0.45 0.5
Hex B7 46 AE 0 3E 5 1C 131 2D 32
Octal 267 106 256 0 76 5 34 461 55 62
Binary 10110111 1000110 10101110 0 111110 101 11100 100110001 101101 110010

Color Harmonies of #B746AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B746AE

Black with #B746AE

Text Example


Text Example

White with #B746AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B746AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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