Html Css Color HEX #BF4EC6 Fuchsia

📋 copy color: '#BF4EC6'

red 191 ◦ green 78 ◦ blue 198

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

Shades of Fuchsia #BF4EC6

Tints of Fuchsia #BF4EC6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.7%

 BLUE value IS 198 (77.73% from 255) = 42.4%

R = 40.9%
G = 16.7%
B = 42.4%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF4EC6 (or 0xBF4EC6) is known color: Fuchsia. HEX triplet: BF, 4E and C6. RGB value is (191,78,198). Sum of RGB (Red+Green+Blue) = 191+78+198=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF4EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4EC6 is #40B139. Grayscale: #7D7D7D. Windows color (decimal): -4239674 or 12996287. OLE color: 12996287.

HSL color Cylindrical-coordinate representation of color #BF4EC6: hue angle of 296.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4EC6 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 78 198 -
CMYK 0.04 0.61 0 0.22
HSL 296.5º 0.51% 0.54% -
HSV(B) 296.5º 0.61% 0.78% -
XYZ 34.4 20.6 55.59 -
YUV 125.47 168.94 174.74 -
System Red Green Blue C M Y K H S L
Decimal 191 78 198 0.04 0.61 0 0.22 296.5 0.51 0.54
Hex BF 4E C6 4 3D 0 16 128 33 36
Octal 277 116 306 4 75 0 26 450 63 66
Binary 10111111 1001110 11000110 100 111101 0 10110 100101000 110011 110110

Color Harmonies of #BF4EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4EC6

Black with #BF4EC6

Text Example


Text Example

White with #BF4EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4EC6; }

 p { color: rgb(191,78,198); }

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

background-color css

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

 a { background-color: rgb(191,78,198); }

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

border-color css

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

 span { border-color: rgb(191,78,198); }

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