Html Css Color HEX #B947BF Fuchsia

📋 copy color: '#B947BF'

red 185 ◦ green 71 ◦ blue 191

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

Shades of Fuchsia #B947BF

Tints of Fuchsia #B947BF

RGB

 RED value IS 185 (72.66% from 255) = 41.39%

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

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

R = 41.39%
G = 15.88%
B = 42.73%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B947BF (or 0xB947BF) is known color: Fuchsia. HEX triplet: B9, 47 and BF. RGB value is (185,71,191). Sum of RGB (Red+Green+Blue) = 185+71+191=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #B947BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947BF is #46B840. Grayscale: #767676. Windows color (decimal): -4634689 or 12535737. OLE color: 12535737.

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

Color convert

RGB 185 71 191 -
CMYK 0.03 0.63 0 0.25
HSL 297º 0.48% 0.51% -
HSV(B) 297º 0.63% 0.75% -
XYZ 31.66 18.58 51.21 -
YUV 118.77 168.77 175.24 -
System Red Green Blue C M Y K H S L
Decimal 185 71 191 0.03 0.63 0 0.25 297 0.48 0.51
Hex B9 47 BF 3 3F 0 19 129 30 33
Octal 271 107 277 3 77 0 31 451 60 63
Binary 10111001 1000111 10111111 11 111111 0 11001 100101001 110000 110011

Color Harmonies of #B947BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947BF

Black with #B947BF

Text Example


Text Example

White with #B947BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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