Html Css Color HEX #BF73B7 Fuchsia

📋 copy color: '#BF73B7'

red 191 ◦ green 115 ◦ blue 183

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

Shades of Fuchsia #BF73B7

Tints of Fuchsia #BF73B7

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.52%

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

R = 39.06%
G = 23.52%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF73B7 (or 0xBF73B7) is known color: Fuchsia. HEX triplet: BF, 73 and B7. RGB value is (191,115,183). Sum of RGB (Red+Green+Blue) = 191+115+183=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BF73B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF73B7 is #408C48. Grayscale: #919191. Windows color (decimal): -4230217 or 12022719. OLE color: 12022719.

HSL color Cylindrical-coordinate representation of color #BF73B7: hue angle of 306.32º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF73B7 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 115 183 -
CMYK 0 0.40 0.04 0.25
HSL 306.32º 0.37% 0.6% -
HSV(B) 306.32º 0.4% 0.75% -
XYZ 36.16 26.76 48.06 -
YUV 145.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 191 115 183 0 0.40 0.04 0.25 306.32 0.37 0.6
Hex BF 73 B7 0 28 4 19 132 25 3C
Octal 277 163 267 0 50 4 31 462 45 74
Binary 10111111 1110011 10110111 0 101000 100 11001 100110010 100101 111100

Color Harmonies of #BF73B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF73B7

Black with #BF73B7

Text Example


Text Example

White with #BF73B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF73B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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