Html Css Color HEX #BF73BE Fuchsia

📋 copy color: '#BF73BE'

red 191 ◦ green 115 ◦ blue 190

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

Shades of Fuchsia #BF73BE

Tints of Fuchsia #BF73BE

RGB

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

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

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

R = 38.51%
G = 23.19%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF73BE (or 0xBF73BE) is known color: Fuchsia. HEX triplet: BF, 73 and BE. RGB value is (191,115,190). Sum of RGB (Red+Green+Blue) = 191+115+190=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BF73BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF73BE is #408C41. Grayscale: #929292. Windows color (decimal): -4230210 or 12481471. OLE color: 12481471.

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

Color convert

RGB 191 115 190 -
CMYK 0 0.40 0.01 0.25
HSL 300.79º 0.37% 0.6% -
HSV(B) 300.79º 0.4% 0.75% -
XYZ 36.91 27.06 51.99 -
YUV 146.27 152.68 159.9 -
System Red Green Blue C M Y K H S L
Decimal 191 115 190 0 0.40 0.01 0.25 300.79 0.37 0.6
Hex BF 73 BE 0 28 1 19 12D 25 3C
Octal 277 163 276 0 50 1 31 455 45 74
Binary 10111111 1110011 10111110 0 101000 1 11001 100101101 100101 111100

Color Harmonies of #BF73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF73BE

Black with #BF73BE

Text Example


Text Example

White with #BF73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF73BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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