Html Css Color HEX #BF57C2 Fuchsia

📋 copy color: '#BF57C2'

red 191 ◦ green 87 ◦ blue 194

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

Shades of Fuchsia #BF57C2

Tints of Fuchsia #BF57C2

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.43%

 BLUE value IS 194 (76.17% from 255) = 41.1%

R = 40.47%
G = 18.43%
B = 41.1%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF57C2 (or 0xBF57C2) is known color: Fuchsia. HEX triplet: BF, 57 and C2. RGB value is (191,87,194). Sum of RGB (Red+Green+Blue) = 191+87+194=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF57C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF57C2 is #40A83D. Grayscale: #818181. Windows color (decimal): -4237374 or 12736447. OLE color: 12736447.

HSL color Cylindrical-coordinate representation of color #BF57C2: hue angle of 298.32º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF57C2 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 87 194 -
CMYK 0.02 0.55 0 0.24
HSL 298.32º 0.47% 0.55% -
HSV(B) 298.32º 0.55% 0.76% -
XYZ 34.63 21.79 53.42 -
YUV 130.29 163.96 171.3 -
System Red Green Blue C M Y K H S L
Decimal 191 87 194 0.02 0.55 0 0.24 298.32 0.47 0.55
Hex BF 57 C2 2 37 0 18 12A 2F 37
Octal 277 127 302 2 67 0 30 452 57 67
Binary 10111111 1010111 11000010 10 110111 0 11000 100101010 101111 110111

Color Harmonies of #BF57C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF57C2

Black with #BF57C2

Text Example


Text Example

White with #BF57C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF57C2; }

 p { color: rgb(191,87,194); }

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

background-color css

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

 a { background-color: rgb(191,87,194); }

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

border-color css

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

 span { border-color: rgb(191,87,194); }

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