Html Css Color HEX #BF6DAE Fuchsia

📋 copy color: '#BF6DAE'

red 191 ◦ green 109 ◦ blue 174

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

Shades of Fuchsia #BF6DAE

Tints of Fuchsia #BF6DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23%

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

R = 40.3%
G = 23%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BF6DAE (or 0xBF6DAE) is known color: Fuchsia. HEX triplet: BF, 6D and AE. RGB value is (191,109,174). Sum of RGB (Red+Green+Blue) = 191+109+174=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6DAE is #409251. Grayscale: #8C8C8C. Windows color (decimal): -4231762 or 11431359. OLE color: 11431359.

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

Color convert

RGB 191 109 174 -
CMYK 0 0.43 0.09 0.25
HSL 312.44º 0.39% 0.59% -
HSV(B) 312.44º 0.43% 0.75% -
XYZ 34.59 25.07 43.06 -
YUV 140.93 146.67 163.71 -
System Red Green Blue C M Y K H S L
Decimal 191 109 174 0 0.43 0.09 0.25 312.44 0.39 0.59
Hex BF 6D AE 0 2B 9 19 138 27 3B
Octal 277 155 256 0 53 11 31 470 47 73
Binary 10111111 1101101 10101110 0 101011 1001 11001 100111000 100111 111011

Color Harmonies of #BF6DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6DAE

Black with #BF6DAE

Text Example


Text Example

White with #BF6DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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