Html Css Color HEX #BF40B0 Fuchsia

📋 copy color: '#BF40B0'

red 191 ◦ green 64 ◦ blue 176

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

Shades of Fuchsia #BF40B0

Tints of Fuchsia #BF40B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.84%

R = 44.32%
G = 14.85%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF40B0 (or 0xBF40B0) is known color: Fuchsia. HEX triplet: BF, 40 and B0. RGB value is (191,64,176). Sum of RGB (Red+Green+Blue) = 191+64+176=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF40B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF40B0 is #40BF4F. Grayscale: #727272. Windows color (decimal): -4243280 or 11550911. OLE color: 11550911.

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

Color convert

RGB 191 64 176 -
CMYK 0 0.66 0.08 0.25
HSL 307.09º 0.5% 0.5% -
HSV(B) 307.09º 0.66% 0.75% -
XYZ 31.16 17.88 42.88 -
YUV 114.74 162.58 182.39 -
System Red Green Blue C M Y K H S L
Decimal 191 64 176 0 0.66 0.08 0.25 307.09 0.5 0.5
Hex BF 40 B0 0 42 8 19 133 32 32
Octal 277 100 260 0 102 10 31 463 62 62
Binary 10111111 1000000 10110000 0 1000010 1000 11001 100110011 110010 110010

Color Harmonies of #BF40B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40B0

Black with #BF40B0

Text Example


Text Example

White with #BF40B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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