Html Css Color HEX #B746AD Fuchsia

📋 copy color: '#B746AD'

red 183 ◦ green 70 ◦ blue 173

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

Shades of Fuchsia #B746AD

Tints of Fuchsia #B746AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.61%

R = 42.96%
G = 16.43%
B = 40.61%

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

#B746AD (or 0xB746AD) is known color: Fuchsia. HEX triplet: B7, 46 and AD. RGB value is (183,70,173). Sum of RGB (Red+Green+Blue) = 183+70+173=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B746AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B746AD is #48B952. Grayscale: #737373. Windows color (decimal): -4766035 or 11355831. OLE color: 11355831.

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

Color convert

RGB 183 70 173 -
CMYK 0 0.62 0.05 0.28
HSL 305.31º 0.45% 0.5% -
HSV(B) 305.31º 0.62% 0.72% -
XYZ 29.26 17.46 41.36 -
YUV 115.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 183 70 173 0 0.62 0.05 0.28 305.31 0.45 0.5
Hex B7 46 AD 0 3E 5 1C 131 2D 32
Octal 267 106 255 0 76 5 34 461 55 62
Binary 10110111 1000110 10101101 0 111110 101 11100 100110001 101101 110010

Color Harmonies of #B746AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B746AD

Black with #B746AD

Text Example


Text Example

White with #B746AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B746AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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