Html Css Color HEX #BF63AB Fuchsia

📋 copy color: '#BF63AB'

red 191 ◦ green 99 ◦ blue 171

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

Shades of Fuchsia #BF63AB

Tints of Fuchsia #BF63AB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.48%

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

R = 41.43%
G = 21.48%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF63AB (or 0xBF63AB) is known color: Fuchsia. HEX triplet: BF, 63 and AB. RGB value is (191,99,171). Sum of RGB (Red+Green+Blue) = 191+99+171=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF63AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF63AB is #409C54. Grayscale: #868686. Windows color (decimal): -4234325 or 11232191. OLE color: 11232191.

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

Color convert

RGB 191 99 171 -
CMYK 0 0.48 0.10 0.25
HSL 313.04º 0.42% 0.57% -
HSV(B) 313.04º 0.48% 0.75% -
XYZ 33.3 22.94 41.2 -
YUV 134.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 191 99 171 0 0.48 0.10 0.25 313.04 0.42 0.57
Hex BF 63 AB 0 30 A 19 139 2A 39
Octal 277 143 253 0 60 12 31 471 52 71
Binary 10111111 1100011 10101011 0 110000 1010 11001 100111001 101010 111001

Color Harmonies of #BF63AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF63AB

Black with #BF63AB

Text Example


Text Example

White with #BF63AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF63AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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