Html Css Color HEX #BF68B7 Fuchsia

📋 copy color: '#BF68B7'

red 191 ◦ green 104 ◦ blue 183

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

Shades of Fuchsia #BF68B7

Tints of Fuchsia #BF68B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.28%

R = 39.96%
G = 21.76%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF68B7 (or 0xBF68B7) is known color: Fuchsia. HEX triplet: BF, 68 and B7. RGB value is (191,104,183). Sum of RGB (Red+Green+Blue) = 191+104+183=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF68B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68B7 is #409748. Grayscale: #8A8A8A. Windows color (decimal): -4233033 or 12019903. OLE color: 12019903.

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

Color convert

RGB 191 104 183 -
CMYK 0 0.46 0.04 0.25
HSL 305.52º 0.4% 0.58% -
HSV(B) 305.52º 0.46% 0.75% -
XYZ 34.98 24.4 47.66 -
YUV 139.02 152.82 165.08 -
System Red Green Blue C M Y K H S L
Decimal 191 104 183 0 0.46 0.04 0.25 305.52 0.4 0.58
Hex BF 68 B7 0 2E 4 19 132 28 3A
Octal 277 150 267 0 56 4 31 462 50 72
Binary 10111111 1101000 10110111 0 101110 100 11001 100110010 101000 111010

Color Harmonies of #BF68B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF68B7

Black with #BF68B7

Text Example


Text Example

White with #BF68B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF68B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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