Html Css Color HEX #BF46C8 Fuchsia

📋 copy color: '#BF46C8'

red 191 ◦ green 70 ◦ blue 200

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

Shades of Fuchsia #BF46C8

Tints of Fuchsia #BF46C8

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.18%

 BLUE value IS 200 (78.52% from 255) = 43.38%

R = 41.43%
G = 15.18%
B = 43.38%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF46C8 (or 0xBF46C8) is known color: Fuchsia. HEX triplet: BF, 46 and C8. RGB value is (191,70,200). Sum of RGB (Red+Green+Blue) = 191+70+200=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF46C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF46C8 is #40B937. Grayscale: #787878. Windows color (decimal): -4241720 or 13125311. OLE color: 13125311.

HSL color Cylindrical-coordinate representation of color #BF46C8: hue angle of 295.85º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF46C8 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 70 200 -
CMYK 0.04 0.65 0 0.22
HSL 295.85º 0.54% 0.53% -
HSV(B) 295.85º 0.65% 0.78% -
XYZ 34.1 19.63 56.63 -
YUV 121 172.59 177.93 -
System Red Green Blue C M Y K H S L
Decimal 191 70 200 0.04 0.65 0 0.22 295.85 0.54 0.53
Hex BF 46 C8 4 41 0 16 128 36 35
Octal 277 106 310 4 101 0 26 450 66 65
Binary 10111111 1000110 11001000 100 1000001 0 10110 100101000 110110 110101

Color Harmonies of #BF46C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF46C8

Black with #BF46C8

Text Example


Text Example

White with #BF46C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF46C8; }

 p { color: rgb(191,70,200); }

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

background-color css

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

 a { background-color: rgb(191,70,200); }

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

border-color css

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

 span { border-color: rgb(191,70,200); }

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