Html Css Color HEX #BF40A8 Fuchsia

📋 copy color: '#BF40A8'

red 191 ◦ green 64 ◦ blue 168

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

Shades of Fuchsia #BF40A8

Tints of Fuchsia #BF40A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.72%

R = 45.15%
G = 15.13%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF40A8 (or 0xBF40A8) is known color: Fuchsia. HEX triplet: BF, 40 and A8. RGB value is (191,64,168). Sum of RGB (Red+Green+Blue) = 191+64+168=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF40A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF40A8 is #40BF57. Grayscale: #717171. Windows color (decimal): -4243288 or 11026623. OLE color: 11026623.

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

Color convert

RGB 191 64 168 -
CMYK 0 0.66 0.12 0.25
HSL 310.87º 0.5% 0.5% -
HSV(B) 310.87º 0.66% 0.75% -
XYZ 30.39 17.57 38.84 -
YUV 113.83 158.58 183.04 -
System Red Green Blue C M Y K H S L
Decimal 191 64 168 0 0.66 0.12 0.25 310.87 0.5 0.5
Hex BF 40 A8 0 42 C 19 137 32 32
Octal 277 100 250 0 102 14 31 467 62 62
Binary 10111111 1000000 10101000 0 1000010 1100 11001 100110111 110010 110010

Color Harmonies of #BF40A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40A8

Black with #BF40A8

Text Example


Text Example

White with #BF40A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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