Html Css Color HEX #BF2EC9 Fuchsia

📋 copy color: '#BF2EC9'

red 191 ◦ green 46 ◦ blue 201

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

Shades of Fuchsia #BF2EC9

Tints of Fuchsia #BF2EC9

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.5%

 BLUE value IS 201 (78.91% from 255) = 45.89%

R = 43.61%
G = 10.5%
B = 45.89%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF2EC9 (or 0xBF2EC9) is known color: Fuchsia. HEX triplet: BF, 2E and C9. RGB value is (191,46,201). Sum of RGB (Red+Green+Blue) = 191+46+201=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF2EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2EC9 is #40D136. Grayscale: #6A6A6A. Windows color (decimal): -4247863 or 13184703. OLE color: 13184703.

HSL color Cylindrical-coordinate representation of color #BF2EC9: hue angle of 296.13º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2EC9 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 46 201 -
CMYK 0.05 0.77 0 0.21
HSL 296.13º 0.63% 0.48% -
HSV(B) 296.13º 0.77% 0.79% -
XYZ 33.01 17.25 56.85 -
YUV 107.03 181.04 187.9 -
System Red Green Blue C M Y K H S L
Decimal 191 46 201 0.05 0.77 0 0.21 296.13 0.63 0.48
Hex BF 2E C9 5 4D 0 15 128 3F 30
Octal 277 56 311 5 115 0 25 450 77 60
Binary 10111111 101110 11001001 101 1001101 0 10101 100101000 111111 110000

Color Harmonies of #BF2EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2EC9

Black with #BF2EC9

Text Example


Text Example

White with #BF2EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2EC9; }

 p { color: rgb(191,46,201); }

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

background-color css

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

 a { background-color: rgb(191,46,201); }

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

border-color css

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

 span { border-color: rgb(191,46,201); }

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