Html Css Color HEX #BF50B7 Fuchsia

📋 copy color: '#BF50B7'

red 191 ◦ green 80 ◦ blue 183

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

Shades of Fuchsia #BF50B7

Tints of Fuchsia #BF50B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.31%

R = 42.07%
G = 17.62%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF50B7 (or 0xBF50B7) is known color: Fuchsia. HEX triplet: BF, 50 and B7. RGB value is (191,80,183). Sum of RGB (Red+Green+Blue) = 191+80+183=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF50B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF50B7 is #40AF48. Grayscale: #7C7C7C. Windows color (decimal): -4239177 or 12013759. OLE color: 12013759.

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

Color convert

RGB 191 80 183 -
CMYK 0 0.58 0.04 0.25
HSL 304.32º 0.46% 0.53% -
HSV(B) 304.32º 0.58% 0.75% -
XYZ 32.9 20.23 46.97 -
YUV 124.93 160.77 175.12 -
System Red Green Blue C M Y K H S L
Decimal 191 80 183 0 0.58 0.04 0.25 304.32 0.46 0.53
Hex BF 50 B7 0 3A 4 19 130 2E 35
Octal 277 120 267 0 72 4 31 460 56 65
Binary 10111111 1010000 10110111 0 111010 100 11001 100110000 101110 110101

Color Harmonies of #BF50B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF50B7

Black with #BF50B7

Text Example


Text Example

White with #BF50B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF50B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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