Html Css Color HEX #BF6EBF Fuchsia

📋 copy color: '#BF6EBF'

red 191 ◦ green 110 ◦ blue 191

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

Shades of Fuchsia #BF6EBF

Tints of Fuchsia #BF6EBF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.36%

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

R = 38.82%
G = 22.36%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF6EBF (or 0xBF6EBF) is known color: Fuchsia. HEX triplet: BF, 6E and BF. RGB value is (191,110,191). Sum of RGB (Red+Green+Blue) = 191+110+191=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF6EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6EBF is #409140. Grayscale: #8F8F8F. Windows color (decimal): -4231489 or 12545727. OLE color: 12545727.

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

Color convert

RGB 191 110 191 -
CMYK 0 0.42 0 0.25
HSL 300º 0.39% 0.59% -
HSV(B) 300º 0.42% 0.75% -
XYZ 36.47 25.99 52.38 -
YUV 143.45 154.84 161.91 -
System Red Green Blue C M Y K H S L
Decimal 191 110 191 0 0.42 0 0.25 300 0.39 0.59
Hex BF 6E BF 0 2A 0 19 12C 27 3B
Octal 277 156 277 0 52 0 31 454 47 73
Binary 10111111 1101110 10111111 0 101010 0 11001 100101100 100111 111011

Color Harmonies of #BF6EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6EBF

Black with #BF6EBF

Text Example


Text Example

White with #BF6EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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