Html Css Color HEX #BF71BA Fuchsia

📋 copy color: '#BF71BA'

red 191 ◦ green 113 ◦ blue 186

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

Shades of Fuchsia #BF71BA

Tints of Fuchsia #BF71BA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.06%

 BLUE value IS 186 (73.05% from 255) = 37.96%

R = 38.98%
G = 23.06%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF71BA (or 0xBF71BA) is known color: Fuchsia. HEX triplet: BF, 71 and BA. RGB value is (191,113,186). Sum of RGB (Red+Green+Blue) = 191+113+186=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BF71BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF71BA is #408E45. Grayscale: #909090. Windows color (decimal): -4230726 or 12218815. OLE color: 12218815.

HSL color Cylindrical-coordinate representation of color #BF71BA: hue angle of 303.85º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF71BA is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 113 186 -
CMYK 0 0.41 0.03 0.25
HSL 303.85º 0.38% 0.6% -
HSV(B) 303.85º 0.41% 0.75% -
XYZ 36.25 26.43 49.65 -
YUV 144.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 191 113 186 0 0.41 0.03 0.25 303.85 0.38 0.6
Hex BF 71 BA 0 29 3 19 130 26 3C
Octal 277 161 272 0 51 3 31 460 46 74
Binary 10111111 1110001 10111010 0 101001 11 11001 100110000 100110 111100

Color Harmonies of #BF71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF71BA

Black with #BF71BA

Text Example


Text Example

White with #BF71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF71BA; }

 p { color: rgb(191,113,186); }

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

background-color css

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

 a { background-color: rgb(191,113,186); }

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

border-color css

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

 span { border-color: rgb(191,113,186); }

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