Html Css Color HEX #BF73B8 Fuchsia

📋 copy color: '#BF73B8'

red 191 ◦ green 115 ◦ blue 184

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

Shades of Fuchsia #BF73B8

Tints of Fuchsia #BF73B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.55%

R = 38.98%
G = 23.47%
B = 37.55%

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

#BF73B8 (or 0xBF73B8) is known color: Fuchsia. HEX triplet: BF, 73 and B8. RGB value is (191,115,184). Sum of RGB (Red+Green+Blue) = 191+115+184=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BF73B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF73B8 is #408C47. Grayscale: #919191. Windows color (decimal): -4230216 or 12088255. OLE color: 12088255.

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

Color convert

RGB 191 115 184 -
CMYK 0 0.40 0.04 0.25
HSL 305.53º 0.37% 0.6% -
HSV(B) 305.53º 0.4% 0.75% -
XYZ 36.27 26.8 48.61 -
YUV 145.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 191 115 184 0 0.40 0.04 0.25 305.53 0.37 0.6
Hex BF 73 B8 0 28 4 19 132 25 3C
Octal 277 163 270 0 50 4 31 462 45 74
Binary 10111111 1110011 10111000 0 101000 100 11001 100110010 100101 111100

Color Harmonies of #BF73B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF73B8

Black with #BF73B8

Text Example


Text Example

White with #BF73B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF73B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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