Html Css Color HEX #BF40B2 Fuchsia

📋 copy color: '#BF40B2'

red 191 ◦ green 64 ◦ blue 178

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

Shades of Fuchsia #BF40B2

Tints of Fuchsia #BF40B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.11%

R = 44.11%
G = 14.78%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF40B2 (or 0xBF40B2) is known color: Fuchsia. HEX triplet: BF, 40 and B2. RGB value is (191,64,178). Sum of RGB (Red+Green+Blue) = 191+64+178=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF40B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF40B2 is #40BF4D. Grayscale: #727272. Windows color (decimal): -4243278 or 11681983. OLE color: 11681983.

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

Color convert

RGB 191 64 178 -
CMYK 0 0.66 0.07 0.25
HSL 306.14º 0.5% 0.5% -
HSV(B) 306.14º 0.66% 0.75% -
XYZ 31.36 17.96 43.93 -
YUV 114.97 163.58 182.23 -
System Red Green Blue C M Y K H S L
Decimal 191 64 178 0 0.66 0.07 0.25 306.14 0.5 0.5
Hex BF 40 B2 0 42 7 19 132 32 32
Octal 277 100 262 0 102 7 31 462 62 62
Binary 10111111 1000000 10110010 0 1000010 111 11001 100110010 110010 110010

Color Harmonies of #BF40B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40B2

Black with #BF40B2

Text Example


Text Example

White with #BF40B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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