Html Css Color HEX #BF51C5 Fuchsia

📋 copy color: '#BF51C5'

red 191 ◦ green 81 ◦ blue 197

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

Shades of Fuchsia #BF51C5

Tints of Fuchsia #BF51C5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.27%

 BLUE value IS 197 (77.34% from 255) = 42%

R = 40.72%
G = 17.27%
B = 42%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BF51C5 (or 0xBF51C5) is known color: Fuchsia. HEX triplet: BF, 51 and C5. RGB value is (191,81,197). Sum of RGB (Red+Green+Blue) = 191+81+197=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF51C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF51C5 is #40AE3A. Grayscale: #7E7E7E. Windows color (decimal): -4238907 or 12931519. OLE color: 12931519.

HSL color Cylindrical-coordinate representation of color #BF51C5: hue angle of 296.9º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF51C5 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 81 197 -
CMYK 0.03 0.59 0 0.23
HSL 296.9º 0.5% 0.55% -
HSV(B) 296.9º 0.59% 0.77% -
XYZ 34.51 20.99 55.06 -
YUV 127.11 167.44 173.57 -
System Red Green Blue C M Y K H S L
Decimal 191 81 197 0.03 0.59 0 0.23 296.9 0.5 0.55
Hex BF 51 C5 3 3B 0 17 129 32 37
Octal 277 121 305 3 73 0 27 451 62 67
Binary 10111111 1010001 11000101 11 111011 0 10111 100101001 110010 110111

Color Harmonies of #BF51C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF51C5

Black with #BF51C5

Text Example


Text Example

White with #BF51C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF51C5; }

 p { color: rgb(191,81,197); }

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

background-color css

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

 a { background-color: rgb(191,81,197); }

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

border-color css

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

 span { border-color: rgb(191,81,197); }

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