Html Css Color HEX #BF47B2 Fuchsia

📋 copy color: '#BF47B2'

red 191 ◦ green 71 ◦ blue 178

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

Shades of Fuchsia #BF47B2

Tints of Fuchsia #BF47B2

RGB

 RED value IS 191 (75% from 255) = 43.41%

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

 BLUE value IS 178 (69.92% from 255) = 40.45%

R = 43.41%
G = 16.14%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF47B2 (or 0xBF47B2) is known color: Fuchsia. HEX triplet: BF, 47 and B2. RGB value is (191,71,178). Sum of RGB (Red+Green+Blue) = 191+71+178=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF47B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF47B2 is #40B84D. Grayscale: #767676. Windows color (decimal): -4241486 or 11683775. OLE color: 11683775.

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

Color convert

RGB 191 71 178 -
CMYK 0 0.63 0.07 0.25
HSL 306.5º 0.48% 0.51% -
HSV(B) 306.5º 0.63% 0.75% -
XYZ 31.77 18.8 44.07 -
YUV 119.08 161.26 179.3 -
System Red Green Blue C M Y K H S L
Decimal 191 71 178 0 0.63 0.07 0.25 306.5 0.48 0.51
Hex BF 47 B2 0 3F 7 19 132 30 33
Octal 277 107 262 0 77 7 31 462 60 63
Binary 10111111 1000111 10110010 0 111111 111 11001 100110010 110000 110011

Color Harmonies of #BF47B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF47B2

Black with #BF47B2

Text Example


Text Example

White with #BF47B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF47B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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