Html Css Color HEX #BF50BE Fuchsia

📋 copy color: '#BF50BE'

red 191 ◦ green 80 ◦ blue 190

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

Shades of Fuchsia #BF50BE

Tints of Fuchsia #BF50BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.35%

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

R = 41.43%
G = 17.35%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF50BE (or 0xBF50BE) is known color: Fuchsia. HEX triplet: BF, 50 and BE. RGB value is (191,80,190). Sum of RGB (Red+Green+Blue) = 191+80+190=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF50BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF50BE is #40AF41. Grayscale: #7D7D7D. Windows color (decimal): -4239170 or 12472511. OLE color: 12472511.

HSL color Cylindrical-coordinate representation of color #BF50BE: hue angle of 300.54º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF50BE is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 80 190 -
CMYK 0 0.58 0.01 0.25
HSL 300.54º 0.46% 0.53% -
HSV(B) 300.54º 0.58% 0.75% -
XYZ 33.65 20.53 50.9 -
YUV 125.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 191 80 190 0 0.58 0.01 0.25 300.54 0.46 0.53
Hex BF 50 BE 0 3A 1 19 12D 2E 35
Octal 277 120 276 0 72 1 31 455 56 65
Binary 10111111 1010000 10111110 0 111010 1 11001 100101101 101110 110101

Color Harmonies of #BF50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF50BE

Black with #BF50BE

Text Example


Text Example

White with #BF50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF50BE; }

 p { color: rgb(191,80,190); }

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

background-color css

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

 a { background-color: rgb(191,80,190); }

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

border-color css

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

 span { border-color: rgb(191,80,190); }

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