Html Css Color HEX #BF40BC Fuchsia

📋 copy color: '#BF40BC'

red 191 ◦ green 64 ◦ blue 188

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

Shades of Fuchsia #BF40BC

Tints of Fuchsia #BF40BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.45%

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

R = 43.12%
G = 14.45%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF40BC (or 0xBF40BC) is known color: Fuchsia. HEX triplet: BF, 40 and BC. RGB value is (191,64,188). Sum of RGB (Red+Green+Blue) = 191+64+188=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF40BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40BC is #40BF43. Grayscale: #737373. Windows color (decimal): -4243268 or 12337343. OLE color: 12337343.

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

Color convert

RGB 191 64 188 -
CMYK 0 0.66 0.02 0.25
HSL 301.42º 0.5% 0.5% -
HSV(B) 301.42º 0.66% 0.75% -
XYZ 32.4 18.37 49.42 -
YUV 116.11 168.58 181.42 -
System Red Green Blue C M Y K H S L
Decimal 191 64 188 0 0.66 0.02 0.25 301.42 0.5 0.5
Hex BF 40 BC 0 42 2 19 12D 32 32
Octal 277 100 274 0 102 2 31 455 62 62
Binary 10111111 1000000 10111100 0 1000010 10 11001 100101101 110010 110010

Color Harmonies of #BF40BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40BC

Black with #BF40BC

Text Example


Text Example

White with #BF40BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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