Html Css Color HEX #BF76BC Fuchsia

📋 copy color: '#BF76BC'

red 191 ◦ green 118 ◦ blue 188

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

Shades of Fuchsia #BF76BC

Tints of Fuchsia #BF76BC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.74%

 BLUE value IS 188 (73.83% from 255) = 37.83%

R = 38.43%
G = 23.74%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF76BC (or 0xBF76BC) is known color: Fuchsia. HEX triplet: BF, 76 and BC. RGB value is (191,118,188). Sum of RGB (Red+Green+Blue) = 191+118+188=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BF76BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76BC is #408943. Grayscale: #939393. Windows color (decimal): -4229444 or 12351167. OLE color: 12351167.

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

Color convert

RGB 191 118 188 -
CMYK 0 0.38 0.02 0.25
HSL 302.47º 0.36% 0.61% -
HSV(B) 302.47º 0.38% 0.75% -
XYZ 37.04 27.66 50.96 -
YUV 147.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 191 118 188 0 0.38 0.02 0.25 302.47 0.36 0.61
Hex BF 76 BC 0 26 2 19 12E 24 3D
Octal 277 166 274 0 46 2 31 456 44 75
Binary 10111111 1110110 10111100 0 100110 10 11001 100101110 100100 111101

Color Harmonies of #BF76BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF76BC

Black with #BF76BC

Text Example


Text Example

White with #BF76BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF76BC; }

 p { color: rgb(191,118,188); }

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

background-color css

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

 a { background-color: rgb(191,118,188); }

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

border-color css

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

 span { border-color: rgb(191,118,188); }

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