Html Css Color HEX #B947C1 Fuchsia

📋 copy color: '#B947C1'

red 185 ◦ green 71 ◦ blue 193

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

Shades of Fuchsia #B947C1

Tints of Fuchsia #B947C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.98%

R = 41.2%
G = 15.81%
B = 42.98%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B947C1 (or 0xB947C1) is known color: Fuchsia. HEX triplet: B9, 47 and C1. RGB value is (185,71,193). Sum of RGB (Red+Green+Blue) = 185+71+193=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #B947C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947C1 is #46B83E. Grayscale: #767676. Windows color (decimal): -4634687 or 12666809. OLE color: 12666809.

HSL color Cylindrical-coordinate representation of color #B947C1: hue angle of 296.07º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B947C1 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 71 193 -
CMYK 0.04 0.63 0 0.24
HSL 296.07º 0.5% 0.52% -
HSV(B) 296.07º 0.63% 0.76% -
XYZ 31.89 18.67 52.38 -
YUV 118.99 169.77 175.08 -
System Red Green Blue C M Y K H S L
Decimal 185 71 193 0.04 0.63 0 0.24 296.07 0.5 0.52
Hex B9 47 C1 4 3F 0 18 128 32 34
Octal 271 107 301 4 77 0 30 450 62 64
Binary 10111001 1000111 11000001 100 111111 0 11000 100101000 110010 110100

Color Harmonies of #B947C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947C1

Black with #B947C1

Text Example


Text Example

White with #B947C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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