Html Css Color HEX #BF60AC Fuchsia

📋 copy color: '#BF60AC'

red 191 ◦ green 96 ◦ blue 172

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

Shades of Fuchsia #BF60AC

Tints of Fuchsia #BF60AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 41.61%
G = 20.92%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF60AC (or 0xBF60AC) is known color: Fuchsia. HEX triplet: BF, 60 and AC. RGB value is (191,96,172). Sum of RGB (Red+Green+Blue) = 191+96+172=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF60AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF60AC is #409F53. Grayscale: #848484. Windows color (decimal): -4235092 or 11296959. OLE color: 11296959.

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

Color convert

RGB 191 96 172 -
CMYK 0 0.50 0.10 0.25
HSL 312º 0.43% 0.56% -
HSV(B) 312º 0.5% 0.75% -
XYZ 33.12 22.42 41.61 -
YUV 133.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 191 96 172 0 0.50 0.10 0.25 312 0.43 0.56
Hex BF 60 AC 0 32 A 19 138 2B 38
Octal 277 140 254 0 62 12 31 470 53 70
Binary 10111111 1100000 10101100 0 110010 1010 11001 100111000 101011 111000

Color Harmonies of #BF60AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF60AC

Black with #BF60AC

Text Example


Text Example

White with #BF60AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF60AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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