Html Css Color HEX #BF4FBC Fuchsia

📋 copy color: '#BF4FBC'

red 191 ◦ green 79 ◦ blue 188

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

Shades of Fuchsia #BF4FBC

Tints of Fuchsia #BF4FBC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.25%

 BLUE value IS 188 (73.83% from 255) = 41.05%

R = 41.7%
G = 17.25%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF4FBC (or 0xBF4FBC) is known color: Fuchsia. HEX triplet: BF, 4F and BC. RGB value is (191,79,188). Sum of RGB (Red+Green+Blue) = 191+79+188=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4FBC is #40B043. Grayscale: #7C7C7C. Windows color (decimal): -4239428 or 12341183. OLE color: 12341183.

HSL color Cylindrical-coordinate representation of color #BF4FBC: hue angle of 301.61º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4FBC is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 79 188 -
CMYK 0 0.59 0.02 0.25
HSL 301.61º 0.47% 0.53% -
HSV(B) 301.61º 0.59% 0.75% -
XYZ 33.36 20.3 49.74 -
YUV 124.91 163.61 175.14 -
System Red Green Blue C M Y K H S L
Decimal 191 79 188 0 0.59 0.02 0.25 301.61 0.47 0.53
Hex BF 4F BC 0 3B 2 19 12E 2F 35
Octal 277 117 274 0 73 2 31 456 57 65
Binary 10111111 1001111 10111100 0 111011 10 11001 100101110 101111 110101

Color Harmonies of #BF4FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4FBC

Black with #BF4FBC

Text Example


Text Example

White with #BF4FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4FBC; }

 p { color: rgb(191,79,188); }

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

background-color css

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

 a { background-color: rgb(191,79,188); }

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

border-color css

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

 span { border-color: rgb(191,79,188); }

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