Html Css Color HEX #BF6EAE Fuchsia

📋 copy color: '#BF6EAE'

red 191 ◦ green 110 ◦ blue 174

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

Shades of Fuchsia #BF6EAE

Tints of Fuchsia #BF6EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.63%

R = 40.21%
G = 23.16%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BF6EAE (or 0xBF6EAE) is known color: Fuchsia. HEX triplet: BF, 6E and AE. RGB value is (191,110,174). Sum of RGB (Red+Green+Blue) = 191+110+174=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6EAE is #409151. Grayscale: #8D8D8D. Windows color (decimal): -4231506 or 11431615. OLE color: 11431615.

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

Color convert

RGB 191 110 174 -
CMYK 0 0.42 0.09 0.25
HSL 312.59º 0.39% 0.59% -
HSV(B) 312.59º 0.42% 0.75% -
XYZ 34.7 25.28 43.1 -
YUV 141.52 146.34 163.3 -
System Red Green Blue C M Y K H S L
Decimal 191 110 174 0 0.42 0.09 0.25 312.59 0.39 0.59
Hex BF 6E AE 0 2A 9 19 139 27 3B
Octal 277 156 256 0 52 11 31 471 47 73
Binary 10111111 1101110 10101110 0 101010 1001 11001 100111001 100111 111011

Color Harmonies of #BF6EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6EAE

Black with #BF6EAE

Text Example


Text Example

White with #BF6EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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