Html Css Color HEX #BF3AAB Fuchsia

📋 copy color: '#BF3AAB'

red 191 ◦ green 58 ◦ blue 171

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

Shades of Fuchsia #BF3AAB

Tints of Fuchsia #BF3AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.81%

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

R = 45.48%
G = 13.81%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF3AAB (or 0xBF3AAB) is known color: Fuchsia. HEX triplet: BF, 3A and AB. RGB value is (191,58,171). Sum of RGB (Red+Green+Blue) = 191+58+171=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3AAB is #40C554. Grayscale: #6E6E6E. Windows color (decimal): -4244821 or 11221695. OLE color: 11221695.

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

Color convert

RGB 191 58 171 -
CMYK 0 0.70 0.10 0.25
HSL 309.02º 0.53% 0.49% -
HSV(B) 309.02º 0.7% 0.75% -
XYZ 30.35 17.04 40.22 -
YUV 110.65 162.06 185.31 -
System Red Green Blue C M Y K H S L
Decimal 191 58 171 0 0.70 0.10 0.25 309.02 0.53 0.49
Hex BF 3A AB 0 46 A 19 135 35 31
Octal 277 72 253 0 106 12 31 465 65 61
Binary 10111111 111010 10101011 0 1000110 1010 11001 100110101 110101 110001

Color Harmonies of #BF3AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3AAB

Black with #BF3AAB

Text Example


Text Example

White with #BF3AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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