Html Css Color HEX #BF61AB Fuchsia

📋 copy color: '#BF61AB'

red 191 ◦ green 97 ◦ blue 171

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

Shades of Fuchsia #BF61AB

Tints of Fuchsia #BF61AB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.13%

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

R = 41.61%
G = 21.13%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF61AB (or 0xBF61AB) is known color: Fuchsia. HEX triplet: BF, 61 and AB. RGB value is (191,97,171). Sum of RGB (Red+Green+Blue) = 191+97+171=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF61AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF61AB is #409E54. Grayscale: #858585. Windows color (decimal): -4234837 or 11231679. OLE color: 11231679.

HSL color Cylindrical-coordinate representation of color #BF61AB: hue angle of 312.77º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF61AB is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 97 171 -
CMYK 0 0.49 0.10 0.25
HSL 312.77º 0.42% 0.56% -
HSV(B) 312.77º 0.49% 0.75% -
XYZ 33.11 22.57 41.14 -
YUV 133.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 191 97 171 0 0.49 0.10 0.25 312.77 0.42 0.56
Hex BF 61 AB 0 31 A 19 139 2A 38
Octal 277 141 253 0 61 12 31 471 52 70
Binary 10111111 1100001 10101011 0 110001 1010 11001 100111001 101010 111000

Color Harmonies of #BF61AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF61AB

Black with #BF61AB

Text Example


Text Example

White with #BF61AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF61AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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