Html Css Color HEX #BF40B7 Fuchsia

📋 copy color: '#BF40B7'

red 191 ◦ green 64 ◦ blue 183

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

Shades of Fuchsia #BF40B7

Tints of Fuchsia #BF40B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.78%

R = 43.61%
G = 14.61%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF40B7 (or 0xBF40B7) is known color: Fuchsia. HEX triplet: BF, 40 and B7. RGB value is (191,64,183). Sum of RGB (Red+Green+Blue) = 191+64+183=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF40B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40B7 is #40BF48. Grayscale: #737373. Windows color (decimal): -4243273 or 12009663. OLE color: 12009663.

HSL color Cylindrical-coordinate representation of color #BF40B7: hue angle of 303.78º 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 #BF40B7 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 64 183 -
CMYK 0 0.66 0.04 0.25
HSL 303.78º 0.5% 0.5% -
HSV(B) 303.78º 0.66% 0.75% -
XYZ 31.87 18.16 46.63 -
YUV 115.54 166.08 181.82 -
System Red Green Blue C M Y K H S L
Decimal 191 64 183 0 0.66 0.04 0.25 303.78 0.5 0.5
Hex BF 40 B7 0 42 4 19 130 32 32
Octal 277 100 267 0 102 4 31 460 62 62
Binary 10111111 1000000 10110111 0 1000010 100 11001 100110000 110010 110010

Color Harmonies of #BF40B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40B7

Black with #BF40B7

Text Example


Text Example

White with #BF40B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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