Html Css Color HEX #BF2AB0 Fuchsia

📋 copy color: '#BF2AB0'

red 191 ◦ green 42 ◦ blue 176

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

Shades of Fuchsia #BF2AB0

Tints of Fuchsia #BF2AB0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.27%

 BLUE value IS 176 (69.14% from 255) = 43.03%

R = 46.7%
G = 10.27%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF2AB0 (or 0xBF2AB0) is known color: Fuchsia. HEX triplet: BF, 2A and B0. RGB value is (191,42,176). Sum of RGB (Red+Green+Blue) = 191+42+176=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2AB0 is #40D54F. Grayscale: #656565. Windows color (decimal): -4248912 or 11545279. OLE color: 11545279.

HSL color Cylindrical-coordinate representation of color #BF2AB0: hue angle of 306.04º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2AB0 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 42 176 -
CMYK 0 0.78 0.08 0.25
HSL 306.04º 0.64% 0.46% -
HSV(B) 306.04º 0.78% 0.75% -
XYZ 30.15 15.87 42.55 -
YUV 101.83 169.86 191.6 -
System Red Green Blue C M Y K H S L
Decimal 191 42 176 0 0.78 0.08 0.25 306.04 0.64 0.46
Hex BF 2A B0 0 4E 8 19 132 40 2E
Octal 277 52 260 0 116 10 31 462 100 56
Binary 10111111 101010 10110000 0 1001110 1000 11001 100110010 1000000 101110

Color Harmonies of #BF2AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2AB0

Black with #BF2AB0

Text Example


Text Example

White with #BF2AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2AB0; }

 p { color: rgb(191,42,176); }

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

background-color css

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

 a { background-color: rgb(191,42,176); }

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

border-color css

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

 span { border-color: rgb(191,42,176); }

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