Html Css Color HEX #BF60AB Fuchsia

📋 copy color: '#BF60AB'

red 191 ◦ green 96 ◦ blue 171

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

Shades of Fuchsia #BF60AB

Tints of Fuchsia #BF60AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.34%

R = 41.7%
G = 20.96%
B = 37.34%

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

#BF60AB (or 0xBF60AB) is known color: Fuchsia. HEX triplet: BF, 60 and AB. RGB value is (191,96,171). Sum of RGB (Red+Green+Blue) = 191+96+171=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF60AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF60AB is #409F54. Grayscale: #848484. Windows color (decimal): -4235093 or 11231423. OLE color: 11231423.

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

Color convert

RGB 191 96 171 -
CMYK 0 0.50 0.10 0.25
HSL 312.63º 0.43% 0.56% -
HSV(B) 312.63º 0.5% 0.75% -
XYZ 33.02 22.38 41.11 -
YUV 132.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 191 96 171 0 0.50 0.10 0.25 312.63 0.43 0.56
Hex BF 60 AB 0 32 A 19 139 2B 38
Octal 277 140 253 0 62 12 31 471 53 70
Binary 10111111 1100000 10101011 0 110010 1010 11001 100111001 101011 111000

Color Harmonies of #BF60AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF60AB

Black with #BF60AB

Text Example


Text Example

White with #BF60AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF60AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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