Html Css Color HEX #BF6DC1 Fuchsia

📋 copy color: '#BF6DC1'

red 191 ◦ green 109 ◦ blue 193

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

Shades of Fuchsia #BF6DC1

Tints of Fuchsia #BF6DC1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.11%

 BLUE value IS 193 (75.78% from 255) = 39.15%

R = 38.74%
G = 22.11%
B = 39.15%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF6DC1 (or 0xBF6DC1) is known color: Fuchsia. HEX triplet: BF, 6D and C1. RGB value is (191,109,193). Sum of RGB (Red+Green+Blue) = 191+109+193=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF6DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6DC1 is #40923E. Grayscale: #8E8E8E. Windows color (decimal): -4231743 or 12676543. OLE color: 12676543.

HSL color Cylindrical-coordinate representation of color #BF6DC1: hue angle of 298.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF6DC1 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 109 193 -
CMYK 0.01 0.44 0 0.24
HSL 298.57º 0.4% 0.59% -
HSV(B) 298.57º 0.44% 0.76% -
XYZ 36.58 25.86 53.52 -
YUV 143.09 156.17 162.17 -
System Red Green Blue C M Y K H S L
Decimal 191 109 193 0.01 0.44 0 0.24 298.57 0.4 0.59
Hex BF 6D C1 1 2C 0 18 12B 28 3B
Octal 277 155 301 1 54 0 30 453 50 73
Binary 10111111 1101101 11000001 1 101100 0 11000 100101011 101000 111011

Color Harmonies of #BF6DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6DC1

Black with #BF6DC1

Text Example


Text Example

White with #BF6DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6DC1; }

 p { color: rgb(191,109,193); }

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

background-color css

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

 a { background-color: rgb(191,109,193); }

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

border-color css

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

 span { border-color: rgb(191,109,193); }

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