Html Css Color HEX #B747B1 Fuchsia

📋 copy color: '#B747B1'

red 183 ◦ green 71 ◦ blue 177

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

Shades of Fuchsia #B747B1

Tints of Fuchsia #B747B1

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.47%

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

R = 42.46%
G = 16.47%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B747B1 (or 0xB747B1) is known color: Fuchsia. HEX triplet: B7, 47 and B1. RGB value is (183,71,177). Sum of RGB (Red+Green+Blue) = 183+71+177=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B747B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B747B1 is #48B84E. Grayscale: #747474. Windows color (decimal): -4765775 or 11618231. OLE color: 11618231.

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

Color convert

RGB 183 71 177 -
CMYK 0 0.61 0.03 0.28
HSL 303.21º 0.44% 0.5% -
HSV(B) 303.21º 0.61% 0.72% -
XYZ 29.72 17.75 43.45 -
YUV 116.57 162.11 175.38 -
System Red Green Blue C M Y K H S L
Decimal 183 71 177 0 0.61 0.03 0.28 303.21 0.44 0.5
Hex B7 47 B1 0 3D 3 1C 12F 2C 32
Octal 267 107 261 0 75 3 34 457 54 62
Binary 10110111 1000111 10110001 0 111101 11 11100 100101111 101100 110010

Color Harmonies of #B747B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B747B1

Black with #B747B1

Text Example


Text Example

White with #B747B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B747B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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