Html Css Color HEX #BF50B9 Fuchsia

📋 copy color: '#BF50B9'

red 191 ◦ green 80 ◦ blue 185

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

Shades of Fuchsia #BF50B9

Tints of Fuchsia #BF50B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.57%

R = 41.89%
G = 17.54%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF50B9 (or 0xBF50B9) is known color: Fuchsia. HEX triplet: BF, 50 and B9. RGB value is (191,80,185). Sum of RGB (Red+Green+Blue) = 191+80+185=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF50B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF50B9 is #40AF46. Grayscale: #7C7C7C. Windows color (decimal): -4239175 or 12144831. OLE color: 12144831.

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

Color convert

RGB 191 80 185 -
CMYK 0 0.58 0.03 0.25
HSL 303.24º 0.46% 0.53% -
HSV(B) 303.24º 0.58% 0.75% -
XYZ 33.11 20.32 48.08 -
YUV 125.16 161.77 174.96 -
System Red Green Blue C M Y K H S L
Decimal 191 80 185 0 0.58 0.03 0.25 303.24 0.46 0.53
Hex BF 50 B9 0 3A 3 19 12F 2E 35
Octal 277 120 271 0 72 3 31 457 56 65
Binary 10111111 1010000 10111001 0 111010 11 11001 100101111 101110 110101

Color Harmonies of #BF50B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF50B9

Black with #BF50B9

Text Example


Text Example

White with #BF50B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF50B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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