Html Css Color HEX #B947BE Fuchsia

📋 copy color: '#B947BE'

red 185 ◦ green 71 ◦ blue 190

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

Shades of Fuchsia #B947BE

Tints of Fuchsia #B947BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.6%

R = 41.48%
G = 15.92%
B = 42.6%

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

#B947BE (or 0xB947BE) is known color: Fuchsia. HEX triplet: B9, 47 and BE. RGB value is (185,71,190). Sum of RGB (Red+Green+Blue) = 185+71+190=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #B947BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947BE is #46B841. Grayscale: #767676. Windows color (decimal): -4634690 or 12470201. OLE color: 12470201.

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

Color convert

RGB 185 71 190 -
CMYK 0.03 0.63 0 0.25
HSL 297.48º 0.48% 0.51% -
HSV(B) 297.48º 0.63% 0.75% -
XYZ 31.56 18.54 50.63 -
YUV 118.65 168.27 175.32 -
System Red Green Blue C M Y K H S L
Decimal 185 71 190 0.03 0.63 0 0.25 297.48 0.48 0.51
Hex B9 47 BE 3 3F 0 19 129 30 33
Octal 271 107 276 3 77 0 31 451 60 63
Binary 10111001 1000111 10111110 11 111111 0 11001 100101001 110000 110011

Color Harmonies of #B947BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947BE

Black with #B947BE

Text Example


Text Example

White with #B947BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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