Html Css Color HEX #B947C0 Fuchsia

📋 copy color: '#B947C0'

red 185 ◦ green 71 ◦ blue 192

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

Shades of Fuchsia #B947C0

Tints of Fuchsia #B947C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.86%

R = 41.29%
G = 15.85%
B = 42.86%

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

#B947C0 (or 0xB947C0) is known color: Fuchsia. HEX triplet: B9, 47 and C0. RGB value is (185,71,192). Sum of RGB (Red+Green+Blue) = 185+71+192=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #B947C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947C0 is #46B83F. Grayscale: #767676. Windows color (decimal): -4634688 or 12601273. OLE color: 12601273.

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

Color convert

RGB 185 71 192 -
CMYK 0.04 0.63 0 0.25
HSL 296.53º 0.49% 0.52% -
HSV(B) 296.53º 0.63% 0.75% -
XYZ 31.78 18.63 51.79 -
YUV 118.88 169.27 175.16 -
System Red Green Blue C M Y K H S L
Decimal 185 71 192 0.04 0.63 0 0.25 296.53 0.49 0.52
Hex B9 47 C0 4 3F 0 19 129 31 34
Octal 271 107 300 4 77 0 31 451 61 64
Binary 10111001 1000111 11000000 100 111111 0 11001 100101001 110001 110100

Color Harmonies of #B947C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947C0

Black with #B947C0

Text Example


Text Example

White with #B947C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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