Html Css Color HEX #BF40C8 Fuchsia

📋 copy color: '#BF40C8'

red 191 ◦ green 64 ◦ blue 200

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

Shades of Fuchsia #BF40C8

Tints of Fuchsia #BF40C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.96%

R = 41.98%
G = 14.07%
B = 43.96%

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

#BF40C8 (or 0xBF40C8) is known color: Fuchsia. HEX triplet: BF, 40 and C8. RGB value is (191,64,200). Sum of RGB (Red+Green+Blue) = 191+64+200=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF40C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40C8 is #40BF37. Grayscale: #757575. Windows color (decimal): -4243256 or 13123775. OLE color: 13123775.

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

Color convert

RGB 191 64 200 -
CMYK 0.04 0.68 0 0.22
HSL 296.03º 0.55% 0.52% -
HSV(B) 296.03º 0.68% 0.78% -
XYZ 33.74 18.91 56.52 -
YUV 117.48 174.58 180.44 -
System Red Green Blue C M Y K H S L
Decimal 191 64 200 0.04 0.68 0 0.22 296.03 0.55 0.52
Hex BF 40 C8 4 44 0 16 128 37 34
Octal 277 100 310 4 104 0 26 450 67 64
Binary 10111111 1000000 11001000 100 1000100 0 10110 100101000 110111 110100

Color Harmonies of #BF40C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40C8

Black with #BF40C8

Text Example


Text Example

White with #BF40C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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