Html Css Color HEX #BF73B4 Fuchsia

📋 copy color: '#BF73B4'

red 191 ◦ green 115 ◦ blue 180

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

Shades of Fuchsia #BF73B4

Tints of Fuchsia #BF73B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.04%

R = 39.3%
G = 23.66%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BF73B4 (or 0xBF73B4) is known color: Fuchsia. HEX triplet: BF, 73 and B4. RGB value is (191,115,180). Sum of RGB (Red+Green+Blue) = 191+115+180=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BF73B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF73B4 is #408C4B. Grayscale: #909090. Windows color (decimal): -4230220 or 11826111. OLE color: 11826111.

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

Color convert

RGB 191 115 180 -
CMYK 0 0.40 0.06 0.25
HSL 308.68º 0.37% 0.6% -
HSV(B) 308.68º 0.4% 0.75% -
XYZ 35.85 26.63 46.43 -
YUV 145.13 147.68 160.71 -
System Red Green Blue C M Y K H S L
Decimal 191 115 180 0 0.40 0.06 0.25 308.68 0.37 0.6
Hex BF 73 B4 0 28 6 19 135 25 3C
Octal 277 163 264 0 50 6 31 465 45 74
Binary 10111111 1110011 10110100 0 101000 110 11001 100110101 100101 111100

Color Harmonies of #BF73B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF73B4

Black with #BF73B4

Text Example


Text Example

White with #BF73B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF73B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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