Html Css Color HEX #BF6BBF Fuchsia

📋 copy color: '#BF6BBF'

red 191 ◦ green 107 ◦ blue 191

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

Shades of Fuchsia #BF6BBF

Tints of Fuchsia #BF6BBF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.88%

 BLUE value IS 191 (75% from 255) = 39.06%

R = 39.06%
G = 21.88%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF6BBF (or 0xBF6BBF) is known color: Fuchsia. HEX triplet: BF, 6B and BF. RGB value is (191,107,191). Sum of RGB (Red+Green+Blue) = 191+107+191=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF6BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BBF is #409440. Grayscale: #8D8D8D. Windows color (decimal): -4232257 or 12544959. OLE color: 12544959.

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

Color convert

RGB 191 107 191 -
CMYK 0 0.44 0 0.25
HSL 300º 0.4% 0.58% -
HSV(B) 300º 0.44% 0.75% -
XYZ 36.15 25.35 52.28 -
YUV 141.69 155.83 163.17 -
System Red Green Blue C M Y K H S L
Decimal 191 107 191 0 0.44 0 0.25 300 0.4 0.58
Hex BF 6B BF 0 2C 0 19 12C 28 3A
Octal 277 153 277 0 54 0 31 454 50 72
Binary 10111111 1101011 10111111 0 101100 0 11001 100101100 101000 111010

Color Harmonies of #BF6BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BBF

Black with #BF6BBF

Text Example


Text Example

White with #BF6BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BBF; }

 p { color: rgb(191,107,191); }

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

background-color css

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

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

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

border-color css

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

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

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