Html Css Color HEX #BF46BC Fuchsia

📋 copy color: '#BF46BC'

red 191 ◦ green 70 ◦ blue 188

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

Shades of Fuchsia #BF46BC

Tints of Fuchsia #BF46BC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.59%

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

R = 42.54%
G = 15.59%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF46BC (or 0xBF46BC) is known color: Fuchsia. HEX triplet: BF, 46 and BC. RGB value is (191,70,188). Sum of RGB (Red+Green+Blue) = 191+70+188=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF46BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF46BC is #40B943. Grayscale: #777777. Windows color (decimal): -4241732 or 12338879. OLE color: 12338879.

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

Color convert

RGB 191 70 188 -
CMYK 0 0.63 0.02 0.25
HSL 301.49º 0.49% 0.51% -
HSV(B) 301.49º 0.63% 0.75% -
XYZ 32.75 19.09 49.53 -
YUV 119.63 166.59 178.91 -
System Red Green Blue C M Y K H S L
Decimal 191 70 188 0 0.63 0.02 0.25 301.49 0.49 0.51
Hex BF 46 BC 0 3F 2 19 12D 31 33
Octal 277 106 274 0 77 2 31 455 61 63
Binary 10111111 1000110 10111100 0 111111 10 11001 100101101 110001 110011

Color Harmonies of #BF46BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF46BC

Black with #BF46BC

Text Example


Text Example

White with #BF46BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF46BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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