Html Css Color HEX #B746AB Fuchsia

📋 copy color: '#B746AB'

red 183 ◦ green 70 ◦ blue 171

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

Shades of Fuchsia #B746AB

Tints of Fuchsia #B746AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.33%

R = 43.16%
G = 16.51%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B746AB (or 0xB746AB) is known color: Fuchsia. HEX triplet: B7, 46 and AB. RGB value is (183,70,171). Sum of RGB (Red+Green+Blue) = 183+70+171=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B746AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B746AB is #48B954. Grayscale: #737373. Windows color (decimal): -4766037 or 11224759. OLE color: 11224759.

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

Color convert

RGB 183 70 171 -
CMYK 0 0.62 0.07 0.28
HSL 306.37º 0.45% 0.5% -
HSV(B) 306.37º 0.62% 0.72% -
XYZ 29.07 17.39 40.35 -
YUV 115.3 159.44 176.29 -
System Red Green Blue C M Y K H S L
Decimal 183 70 171 0 0.62 0.07 0.28 306.37 0.45 0.5
Hex B7 46 AB 0 3E 7 1C 132 2D 32
Octal 267 106 253 0 76 7 34 462 55 62
Binary 10110111 1000110 10101011 0 111110 111 11100 100110010 101101 110010

Color Harmonies of #B746AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B746AB

Black with #B746AB

Text Example


Text Example

White with #B746AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B746AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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