Html Css Color HEX #BF60A6 Fuchsia

📋 copy color: '#BF60A6'

red 191 ◦ green 96 ◦ blue 166

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

Shades of Fuchsia #BF60A6

Tints of Fuchsia #BF60A6

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.19%

 BLUE value IS 166 (65.23% from 255) = 36.64%

R = 42.16%
G = 21.19%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF60A6 (or 0xBF60A6) is known color: Fuchsia. HEX triplet: BF, 60 and A6. RGB value is (191,96,166). Sum of RGB (Red+Green+Blue) = 191+96+166=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 166 (65.23% from 255 or 36.64% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF60A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF60A6 is #409F59. Grayscale: #848484. Windows color (decimal): -4235098 or 10903743. OLE color: 10903743.

HSL color Cylindrical-coordinate representation of color #BF60A6: hue angle of 315.79º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF60A6 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 96 166 -
CMYK 0 0.50 0.13 0.25
HSL 315.79º 0.43% 0.56% -
HSV(B) 315.79º 0.5% 0.75% -
XYZ 32.55 22.2 38.64 -
YUV 132.39 146.97 169.81 -
System Red Green Blue C M Y K H S L
Decimal 191 96 166 0 0.50 0.13 0.25 315.79 0.43 0.56
Hex BF 60 A6 0 32 D 19 13C 2B 38
Octal 277 140 246 0 62 15 31 474 53 70
Binary 10111111 1100000 10100110 0 110010 1101 11001 100111100 101011 111000

Color Harmonies of #BF60A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF60A6

Black with #BF60A6

Text Example


Text Example

White with #BF60A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF60A6; }

 p { color: rgb(191,96,166); }

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

background-color css

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

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

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

border-color css

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

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

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