Html Css Color HEX #BF68BE Fuchsia

📋 copy color: '#BF68BE'

red 191 ◦ green 104 ◦ blue 190

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

Shades of Fuchsia #BF68BE

Tints of Fuchsia #BF68BE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.44%

 BLUE value IS 190 (74.61% from 255) = 39.18%

R = 39.38%
G = 21.44%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF68BE (or 0xBF68BE) is known color: Fuchsia. HEX triplet: BF, 68 and BE. RGB value is (191,104,190). Sum of RGB (Red+Green+Blue) = 191+104+190=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BF68BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68BE is #409741. Grayscale: #8B8B8B. Windows color (decimal): -4233026 or 12478655. OLE color: 12478655.

HSL color Cylindrical-coordinate representation of color #BF68BE: hue angle of 300.69º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF68BE is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 104 190 -
CMYK 0 0.46 0.01 0.25
HSL 300.69º 0.4% 0.58% -
HSV(B) 300.69º 0.46% 0.75% -
XYZ 35.73 24.69 51.6 -
YUV 139.82 156.32 164.51 -
System Red Green Blue C M Y K H S L
Decimal 191 104 190 0 0.46 0.01 0.25 300.69 0.4 0.58
Hex BF 68 BE 0 2E 1 19 12D 28 3A
Octal 277 150 276 0 56 1 31 455 50 72
Binary 10111111 1101000 10111110 0 101110 1 11001 100101101 101000 111010

Color Harmonies of #BF68BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF68BE

Black with #BF68BE

Text Example


Text Example

White with #BF68BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF68BE; }

 p { color: rgb(191,104,190); }

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

background-color css

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

 a { background-color: rgb(191,104,190); }

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

border-color css

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

 span { border-color: rgb(191,104,190); }

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