Html Css Color HEX #BF6BAE Fuchsia

📋 copy color: '#BF6BAE'

red 191 ◦ green 107 ◦ blue 174

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

Shades of Fuchsia #BF6BAE

Tints of Fuchsia #BF6BAE

RGB

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

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

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

R = 40.47%
G = 22.67%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BF6BAE (or 0xBF6BAE) is known color: Fuchsia. HEX triplet: BF, 6B and AE. RGB value is (191,107,174). Sum of RGB (Red+Green+Blue) = 191+107+174=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6BAE is #409451. Grayscale: #8B8B8B. Windows color (decimal): -4232274 or 11430847. OLE color: 11430847.

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

Color convert

RGB 191 107 174 -
CMYK 0 0.44 0.09 0.25
HSL 312.14º 0.4% 0.58% -
HSV(B) 312.14º 0.44% 0.75% -
XYZ 34.38 24.65 42.99 -
YUV 139.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 191 107 174 0 0.44 0.09 0.25 312.14 0.4 0.58
Hex BF 6B AE 0 2C 9 19 138 28 3A
Octal 277 153 256 0 54 11 31 470 50 72
Binary 10111111 1101011 10101110 0 101100 1001 11001 100111000 101000 111010

Color Harmonies of #BF6BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BAE

Black with #BF6BAE

Text Example


Text Example

White with #BF6BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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