Html Css Color HEX #B747BF Fuchsia

📋 copy color: '#B747BF'

red 183 ◦ green 71 ◦ blue 191

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

Shades of Fuchsia #B747BF

Tints of Fuchsia #B747BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.92%

R = 41.12%
G = 15.96%
B = 42.92%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B747BF (or 0xB747BF) is known color: Fuchsia. HEX triplet: B7, 47 and BF. RGB value is (183,71,191). Sum of RGB (Red+Green+Blue) = 183+71+191=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #B747BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B747BF is #48B840. Grayscale: #757575. Windows color (decimal): -4765761 or 12535735. OLE color: 12535735.

HSL color Cylindrical-coordinate representation of color #B747BF: hue angle of 296º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B747BF is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 71 191 -
CMYK 0.04 0.63 0 0.25
HSL 296º 0.48% 0.51% -
HSV(B) 296º 0.63% 0.75% -
XYZ 31.19 18.34 51.19 -
YUV 118.17 169.11 174.24 -
System Red Green Blue C M Y K H S L
Decimal 183 71 191 0.04 0.63 0 0.25 296 0.48 0.51
Hex B7 47 BF 4 3F 0 19 128 30 33
Octal 267 107 277 4 77 0 31 450 60 63
Binary 10110111 1000111 10111111 100 111111 0 11001 100101000 110000 110011

Color Harmonies of #B747BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B747BF

Black with #B747BF

Text Example


Text Example

White with #B747BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B747BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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