Html Css Color HEX #BF40C6 Fuchsia

📋 copy color: '#BF40C6'

red 191 ◦ green 64 ◦ blue 198

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

Shades of Fuchsia #BF40C6

Tints of Fuchsia #BF40C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.71%

R = 42.16%
G = 14.13%
B = 43.71%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF40C6 (or 0xBF40C6) is known color: Fuchsia. HEX triplet: BF, 40 and C6. RGB value is (191,64,198). Sum of RGB (Red+Green+Blue) = 191+64+198=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF40C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40C6 is #40BF39. Grayscale: #747474. Windows color (decimal): -4243258 or 12992703. OLE color: 12992703.

HSL color Cylindrical-coordinate representation of color #BF40C6: hue angle of 296.87º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF40C6 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 64 198 -
CMYK 0.04 0.68 0 0.22
HSL 296.87º 0.54% 0.51% -
HSV(B) 296.87º 0.68% 0.78% -
XYZ 33.51 18.82 55.29 -
YUV 117.25 173.58 180.6 -
System Red Green Blue C M Y K H S L
Decimal 191 64 198 0.04 0.68 0 0.22 296.87 0.54 0.51
Hex BF 40 C6 4 44 0 16 129 36 33
Octal 277 100 306 4 104 0 26 451 66 63
Binary 10111111 1000000 11000110 100 1000100 0 10110 100101001 110110 110011

Color Harmonies of #BF40C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40C6

Black with #BF40C6

Text Example


Text Example

White with #BF40C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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