Html Css Color HEX #B746B1 Fuchsia

📋 copy color: '#B746B1'

red 183 ◦ green 70 ◦ blue 177

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

Shades of Fuchsia #B746B1

Tints of Fuchsia #B746B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.16%

R = 42.56%
G = 16.28%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B746B1 (or 0xB746B1) is known color: Fuchsia. HEX triplet: B7, 46 and B1. RGB value is (183,70,177). Sum of RGB (Red+Green+Blue) = 183+70+177=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B746B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B746B1 is #48B94E. Grayscale: #737373. Windows color (decimal): -4766031 or 11617975. OLE color: 11617975.

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

Color convert

RGB 183 70 177 -
CMYK 0 0.62 0.03 0.28
HSL 303.19º 0.45% 0.5% -
HSV(B) 303.19º 0.62% 0.72% -
XYZ 29.65 17.62 43.43 -
YUV 115.99 162.44 175.8 -
System Red Green Blue C M Y K H S L
Decimal 183 70 177 0 0.62 0.03 0.28 303.19 0.45 0.5
Hex B7 46 B1 0 3E 3 1C 12F 2D 32
Octal 267 106 261 0 76 3 34 457 55 62
Binary 10110111 1000110 10110001 0 111110 11 11100 100101111 101101 110010

Color Harmonies of #B746B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B746B1

Black with #B746B1

Text Example


Text Example

White with #B746B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B746B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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