Html Css Color HEX #BF51C0 Fuchsia

📋 copy color: '#BF51C0'

red 191 ◦ green 81 ◦ blue 192

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

Shades of Fuchsia #BF51C0

Tints of Fuchsia #BF51C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.38%

R = 41.16%
G = 17.46%
B = 41.38%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF51C0 (or 0xBF51C0) is known color: Fuchsia. HEX triplet: BF, 51 and C0. RGB value is (191,81,192). Sum of RGB (Red+Green+Blue) = 191+81+192=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF51C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF51C0 is #40AE3F. Grayscale: #7E7E7E. Windows color (decimal): -4238912 or 12603839. OLE color: 12603839.

HSL color Cylindrical-coordinate representation of color #BF51C0: hue angle of 299.46º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF51C0 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 81 192 -
CMYK 0.01 0.58 0 0.25
HSL 299.46º 0.47% 0.54% -
HSV(B) 299.46º 0.58% 0.75% -
XYZ 33.94 20.77 52.09 -
YUV 126.54 164.94 173.97 -
System Red Green Blue C M Y K H S L
Decimal 191 81 192 0.01 0.58 0 0.25 299.46 0.47 0.54
Hex BF 51 C0 1 3A 0 19 12B 2F 36
Octal 277 121 300 1 72 0 31 453 57 66
Binary 10111111 1010001 11000000 1 111010 0 11001 100101011 101111 110110

Color Harmonies of #BF51C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF51C0

Black with #BF51C0

Text Example


Text Example

White with #BF51C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF51C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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