Html Css Color HEX #BF68BB Fuchsia

📋 copy color: '#BF68BB'

red 191 ◦ green 104 ◦ blue 187

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

Shades of Fuchsia #BF68BB

Tints of Fuchsia #BF68BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.8%

R = 39.63%
G = 21.58%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF68BB (or 0xBF68BB) is known color: Fuchsia. HEX triplet: BF, 68 and BB. RGB value is (191,104,187). Sum of RGB (Red+Green+Blue) = 191+104+187=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF68BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68BB is #409744. Grayscale: #8B8B8B. Windows color (decimal): -4233029 or 12282047. OLE color: 12282047.

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

Color convert

RGB 191 104 187 -
CMYK 0 0.46 0.02 0.25
HSL 302.76º 0.4% 0.58% -
HSV(B) 302.76º 0.46% 0.75% -
XYZ 35.41 24.56 49.89 -
YUV 139.48 154.82 164.75 -
System Red Green Blue C M Y K H S L
Decimal 191 104 187 0 0.46 0.02 0.25 302.76 0.4 0.58
Hex BF 68 BB 0 2E 2 19 12F 28 3A
Octal 277 150 273 0 56 2 31 457 50 72
Binary 10111111 1101000 10111011 0 101110 10 11001 100101111 101000 111010

Color Harmonies of #BF68BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF68BB

Black with #BF68BB

Text Example


Text Example

White with #BF68BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF68BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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